I have a question that goes like this. Two people, X and Y, decide to meet at a particular time. The probability of them both being late is uniformly distributed between 0 and 60. Person X is always the first to reach the meeting point. What is the probability that X will have to wait less than 10 minutes. I tried to approach it in this manner: $$\Pr(Y - X\leq 10) = \int_{10}^{60}\int_{0}^{50} p_X(x)\cdot p_Y(y) \operatorname dx \operatorname dy$$ where $p_X(x) = 1/60$ and $p_Y(y) = 1/60$
Is this a correct way to approach? Could anyone please help.
Geometric probability simplifies the problem.
On a $60\times60\;\; X-Y$ grid, plot the arrival times of $X$ and $Y$.
Since $X$ always comes before $Y$, the feasible region is the area above the main diagonal $y = x$,
and the "meeting" region is the area between the main diagonal and $y = x+10$
Thus $Pr = \dfrac{0.5(60^2 - 50^2)}{0.5(60^2)}$