Let's have $X,Y,Z$ independently exponentially distributed with parameters respectively $\lambda_x, \lambda_y, \lambda_z$. I want to calculate $$P(X<Y<Z)$$
My work so far
According to $P(X<Y)$ where X and Y are exponential with means $2$ and $1$
I know that $P(X<Y)=\frac{\lambda_x}{\lambda_x+\lambda_y}$ and $P(Y<Z)=\frac{\lambda_y}{\lambda_y+\lambda_z}$
I want to combine those two to calculate initial probability.
$P(\{X<Y<Z\})=P(\{X<Y\} \cap\{Y<Z\}) \neq P(\{X<Y\})P(\{Y<Z\})$ because indeed $X,Y,Z$ are independent but $X<Y$ and $Y<Z$ are not (due to $Y$ appearance in both inequalities). So I had a problem with this calculation.
Could you please give me a hand with calculation above ? Is there any way how can we smoothly use our knowledge with $P(X<Y)$ to calculate $P(X<Y<Z)$ ?