Given $X, Y, Z$ i.i.d random variables the probability $P(X+Y>Z)$ can be found by the following three approaches:
- $X+Y-Z > 0$ region cuts the $X Y Z$ volume into two equal volumes as $X+Y-Z=0$ plane passes through origin. Thus, $P(X+Y>Z)=\frac{1}{2}$ which seems doubtful as $X+Y$ is mostly more than $Z$.
- $$P(X+Y>Z) = E(I_{X+Y>Z}) = E(E(I_{X+Y>Z}|Z))$$ $$E(E(I_{X+Y>Z}|Z)) = E(P(X+Y>z)) = E((1-F_{X+Y}(z))) = \int_z (1-F_{X+Y}(z))f_{Z}(z)dz$$ where, $$F_{X+Y}(z) = \int_{-\infty} ^{z} \int_{-\infty} ^{\infty} f_{X}(k)f_{Y}(h-k)dk$$
It is very complicated to substitute $F_{X+Y}(z)$ in the final expression of $P(X+Y>Z)$. Thus, it's quite difficult to comment on $P(X+Y>Z)$. Please help in this approach to solve it.
- $E[X] = E[Y] = E[Z]$, because $X, Y, Z$ follow identical, independent distributions.
$E[X + Y] = 2\times E[Z]$,
Intuition says that $P(X+Y>Z)$ thus ought to be 2/3, but I do not know if this is correct, nor how to make this reasoning rigorous.
Help in figuring out which approaches are correct, wrong and why ?