Given that $X_i\sim Exp(\lambda_i),i\in\mathbb{N}$, find
- $P(X_1<X_3)$
- $P(X_1+X_2<X_3)$
I know that for 1. $P(X_1<X_3)=P\big(X_1=\min\{X_1,X_3\}\big)=\frac{\lambda_1}{\lambda_1+\lambda_3}$, but I'm stuck for 2. I know that $X_1+X_2$ follows a Gamma distribution, but then how do I compare that with $X_3$?
The solution by Kavi is very fine. But here is a different look at the problem to use what you have at hand.
We have - by Bayes' - that \begin{align} \Pr\{X_3>X_1+X_2\}&=\Pr\{X_3>X_1+X_2|X_3>X_2\}\Pr\{X_3>X_2\}\\ &+\Pr\{X_3>X_1+X_2|X_3\leq X_2\}\Pr\{X_3\leq X_2\}, \end{align} noting that $\Pr\{X_3>X_1+X_2|X_3\leq X_2\}=0$, the expression simplifies to \begin{align} \Pr\{X_3>X_1+X_2\}&=\Pr\{X_3>X_1+X_2|X_3>X_2\}\Pr\{X_3>X_2\}\\ &=\Pr\{X_3>X_1\}\Pr\{X_3>X_2\}\\ &=\frac{\lambda_1}{\lambda_1+\lambda_3}\frac{\lambda_2}{\lambda_2+\lambda_3}. \end{align} where the second equality follows from the memoryless property of exponential distribution.