Problem 226. What are the odds?

Created by Matt Fig

Two numbers, A and B are drawn randomly and uniformly on [-R,R]. What is the probability that A*B < A+B. Your function should take one variable, R, and return the probability to within 100*eps. For example, if R = 1/2, then the probability should be:

0.560930216216329

Tags

Problem Group

13 solvers submitted 102 solutions (7.85 solutions/solver).

Problem Comments