Question: Alice and Bob plan to go to lunch. Without any means to communicate to each other, they each arrive at a random time uniformly between noon and 1pm. Suppose X and Y , the arrival time of Alice and Bob respectively, are uniformly distributed over the square $[0, 1]^{2}$.
Suppose both Alice and Bob are willing to wait for each other for at most 20 minutes, that is, whoever arrives the first will leave if the other person does not show up in 20 minutes. Conditioned on the event that the lunch takes place, on average how long does one need to be wait for the other?
I know that X~Unif(0,1) and Y~Unif(0,1), and that the P(lunch takes place) = 5/9.
If W = |Y-X|, then W = Y-X if Y>X, and W=X-Y if X>Y.
I'm trying to find E(W | W<⅓), but I'm not exactly sure how to proceed by finding the PDF and integrating.
Could someone explain how I would find the PDF? How does the conditional aspect play into this?
Thanks!