Given two independent random variables, $X \sim Exp(2)$, $ Y \sim Exp(1) $. Define $Z=\frac{X}{X+Y}$, I need to find $P(Z \ge \frac{1}{3} )$.
I expanded this:
$$ P(Z \ge \frac{1}{3} ) = P(\frac{X}{X+Y} \ge \frac{1}{3})=P(X \ge \frac{1}{3}X + \frac{1}{3}Y) = P(\frac{2}{3}X \ge \frac{1}{3}Y) = P(2X \ge Y)$$
And I don't know how to continue.
$P(2X \geq Y)=\int_0^{\infty} \int_0^{2x}e^{-y}dy 2e^{-2x} dx=\frac 1 2$.