I am waiting bus at a bus top. In the next 10 minutes, both bus A and bus B are expected to arrive, and their arrival time are independent to each other.
X = arrival time of bus A.
Y = arrival time of bus B. X and Y are continuous variables, and each follows the uniform distribution over [0,10].
I have two questions regarding to this prompt.
First is let Z be the arrival time of the later of the two. How can I find the pdf of Z and the expectation E[Z]?
And second is let Z be the arrival time of the earlier of the two. How can I find the expectation E[Z] ?
Let $Z_1 = \min\{X,Y\}$ and $Z_2 = \max\{X,Y\}$.