Probability & Statistics

Product Over One Half

Two independent uniform draws on the interval from 0 to 1. How likely is their product to exceed one half?

solvedeasy1 min

Draw XX and YY independently, each uniform on [0,1][0,1]. What is the probability that their product exceeds 12\tfrac{1}{2}?

Reveal solutionHide solution

#A region in the unit square

The pair (X,Y)(X,Y) is uniform on the unit square, so the probability is just an area. The product clears 12\tfrac{1}{2} only when both draws run large. Since Y1Y \le 1, we need X>12X > \tfrac{1}{2}, and then Y>12XY > \tfrac{1}{2X}. The favorable points form the thin wedge above the hyperbola y=12xy = \tfrac{1}{2x}.

#Integrate the wedge

P ⁣(XY>12)=1/21(112x)dx=[x12lnx]1/21=1ln22.(1)\PP\!\left(XY > \tfrac{1}{2}\right) = \int_{1/2}^{1}\left(1 - \frac{1}{2x}\right)dx = \left[x - \tfrac{1}{2}\ln x\right]_{1/2}^{1} = \frac{1 - \ln 2}{2}. \tag{1}
xy > 1/21/211/2XY
The product beats one half only in the small wedge above the hyperbola, where both draws run large. Its area, and so the probability, is (1 - ln 2)/2, about 0.153.

#Read it off

P ⁣(XY>12)=1ln220.153.(2)\PP\!\left(XY > \tfrac{1}{2}\right) = \frac{1 - \ln 2}{2} \approx 0.153. \tag{2}

About one chance in seven. Two uniform draws rarely both land near 11, and the logarithm is the fingerprint of the hyperbola that bounds the lucky wedge.