I'm appearing for a competitive examination and I find a lot of questions from probability involving $2$ or more random variables are very common. Please help me with the method on how to deal with these questions when you have comparisons of RV(ie <>= inside the bracket). Listing a few of them :
- $U$ and $V$ be two independent zero mean Gaussian RV, with variances $1/4$ and $1/9$. Then $P(3V \geq 2U) ?$
- $X_1, X_2$ and $X_3$ are independent RV's with Uniform distribution in $(0,1)$. $P(X_1+X_2 \leq X_3)$
For the first one I tried as follows, $$W=3V-2U ; P(W \geq 0); \operatorname{Mean}(W)=0; \operatorname{Variance}(W)= (9 \cdot 1/9)+(4 \cdot 1/4) =2.$$ Now I don't know how to proceed from here. One more doubt I have here, Is $W$ a Gaussian RV?
For the second problem I know that $X_1+X_2$ will have a PDF that is a triangle for $0$ to $2$ with max value $1$. But I don't know how to account for the comparison. Please help.
Hints:
If $U$ and $V$ are independent and normally distributed then any linear combination $W=aU+bV$ is normally distributed.
$$P\left\{ X_{1}+X_{2}\leq X_{3}\right\} =\int_{0}^{1}\int_{0}^{1}\int_{0}^{1}f\left(x,y,z\right)dxdydz$$ where $f$ is prescribed by $\left(x,y,z\right)\mapsto1$ if $x+y\leq z$ and $\left(x,y,z\right)\mapsto0$ otherwise.