3
$\begingroup$

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!

  • 0
    I tried to find the CDF of F(W|W<⅓) = P(W2017-01-08
  • 0
    If $ w > 1/3 $, then $ P (W2017-01-08

1 Answers 1

2

Judging by your calculations, it appears that you have the correct region in mind: it is the intersection of the region bounded by the lines $y=x+\frac{1}{3}$ and $y=x-\frac{1}{3}$ and the unit square with vertices at $(0,0)$, $(0,1)$, $(1,0)$, and $(1,1)$.

To figure out the density, I first figure out the CDF. This is done in much the similar way as your computation of the probability that there is a lunch (I used triangles instead of integrals). Note that $w\in[0,\frac{1}{3}]$:

\begin{align} \mathbb{P}(W

$(1)$ In calculating this step, I observed that this probability is achieved as a distance away from the line $Y=X$. Thus the value $\mathbb{P}(W

  • 0
    Thanks! Yes, I did have that same region in mind, and calculated the 5/9 probability that lunch occurs by calculating the area of 1 - (2 triangles) = 5/9. Do you mind explaining how you got the 1 - (1-w)^2 for your calculation of the CDF? I'm a little confused there but understand your logic for the pdf and expectation.2017-01-08
  • 0
    I added some details; I hope it helps!2017-01-08