Question: Losses follow an exponential distribution with mean $1$. Two independent losses are observed. Calculate the probability that either of the losses is more than twice the other.
My Attempt: $P(L_1 < x) = 1-e^{-x}$, $P(L_2 > 2x) = e^{-2x}$ <-- This step is where I go wrong. Instead of $P(L_1 < x)$ apparently I'm supposed to use $P(L_1 > x)$ but for the life of me I can't conceptualize why. Doesn't this allow for loss $1$ to be $3$ and loss $2$ to be $4$?
$$P(L_1 < x \land L_2 > 2x) = e^{-2x}-e^{-3x}$$
Integrating over all $x$: $\frac{1}{2} - \frac{1}{3} = \frac{1}{6}$
Multiplying by $2$ to account for Loss $2$ being bigger than Loss $1$: $\frac{1}{6}\times2 = \frac{1}{3}$
My answer: $\frac{1}{3}$ Correct answer: $\frac{2}{3}$
There's a few problems with your proof:
With that said, here's how to do it: