Probability & Statistics

The Meeting Problem

Two friends, a one-hour window, a five-minute wait. How likely are they to actually meet?

solvedeasy1 min

Two friends agree to meet at a cafe sometime between noon and one o'clock. Each arrives at a uniformly random minute in that hour, independently, and waits five minutes for the other before leaving. What is the probability that they meet?

Reveal solutionHide solution

#Map it to a square

Let XX and YY be the two arrival times in minutes after noon, each uniform on [0,60][0,60] and independent. The pair (X,Y)(X,Y) is then uniform over the square [0,60]2[0,60]^2, so every probability is an area divided by 60260^2. The friends meet exactly when their arrivals fall within five minutes of each other,

XY5.(1)\lvert X - Y \rvert \le 5. \tag{1}

#Measure the band by its complement

The meeting set is the diagonal band XY5\lvert X - Y \rvert \le 5. The miss set is cleaner to measure, two right triangles where one friend arrives more than five minutes before the other. Each triangle has legs 605=5560 - 5 = 55, so the misses cover

212552=552P(miss)=552602=(1112)2=121144.(2)2 \cdot \tfrac{1}{2} \cdot 55^2 = 55^2 \quad\Longrightarrow\quad \PP(\text{miss}) = \frac{55^2}{60^2} = \left(\frac{11}{12}\right)^2 = \frac{121}{144}. \tag{2}
A arrivesB arrivesmeetmiss
The pair meets only inside the diagonal band where the arrivals differ by at most five minutes. The two miss triangles each have legs 55, so the misses total (55/60)^2 and the meeting chance is 23/144.

#Read it off

P(meet)=1121144=231440.16.(3)\PP(\text{meet}) = 1 - \frac{121}{144} = \frac{23}{144} \approx 0.16. \tag{3}

Just under one chance in six. The five-minute grace is a twelfth of the hour, and the band straddles the diagonal on both sides, which is why the answer lands near twice that twelfth rather than equal to it.