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.