Probabilities Dealing with Independent Exponential RVs
This has been bothering me for a while now:
Q: If
are independent exponential random variables with rates
, find
(a) )
Here's what I figured out so far:
Let
Then
is
and is independent of
. Now observe that
. We now see that
 &= \mathbb{P}(X_1=\min(X_1,X_2,X_3))\mathbb{P}(X_2<X_ 3\mid X_1=\min(X_1,X_2,X_3))\\&=\frac{\lambda_1}{\lambda _1+\lambda_2+\lambda_3}\mathbb{P}(X_2<X_3\mid X_1=\min(X_1,X_2,X_3))\end{aligned})
Now, take note that the distribution of
and
given that they are larger than
is the same as that of
and
, so
 \geq x) &= \mathbb{P}((X_2-x<X_3-x)\mid\min(X_2,X_3)\geq x)\\ &=\mathbb{P}(X_2<X_3)\\ &=\frac{\lambda_2}{\lambda_2+\lambda_3}\end{aligne d})
----------------------------------------
At this stage, I'm not sure how to tie it all together to get
. Is it valid for me to state that we should simply get
?
I would appreciate any help with this! (Nod)