If $X \sim \mathcal N(0,1)$ and $Y \sim \mathcal N(0,1)$ are i.i.d. standard normal distributed how can I find:
- $W=3X+Y-2$
$\mathrm{Cov}(X+Y, X-Y)$
$\mathbb{P}(X\lt2Y)$
Q1
Not sure:
$W\sim\mathcal N(-2,10)$
Q2
$\mathrm{Cov}(X+Y, X-Y)=0$
Q3
I guess that $\mathbb{P}(X\lt2Y) = \mathbb{P}(X-2Y\lt0)$, so if $X-2Y\sim \mathcal N(0,5)$ then $$\mathbb{P}(X-2Y\lt0)=\mathbb{P}(Z \leq \frac{0-0}{\sqrt 5})=\Phi(0)=0.5$$
Edit:
Thanks to Andrè and Michael for helping.
In $\Pr(X-2Y<0)=\Pr\left(Z \leq \frac{0-0}{5}\right)$ you need $\sqrt 5$ rather than just $5$ in the denominator. You divide by the standard deviation, not by the variance.
For the first question you need $W\sim\mathcal{N}(-2,10)$. For the normal distribution you specify the expected value and the variance to say which normal distribution it is.
Otherwise ok.