normal distribution, two independent random variable

830 Views Asked by At

if $X$ and $Y$ are independent normal distribuited random variables and $T=2X-Y-1$ and $E[X]=E[Y]=1$ and $Var(X)=Var(Y)=4$, what is $Var(T)$? I get $E[T]=E[2X-Y-1]=2-1-1=0$, but i don't know how to get $Var(T)$.

2

There are 2 best solutions below

4
On BEST ANSWER

This answer (which is more of an outline to an approach, cq. a hint) intends to indicate a means of deriving some useful properties about the variance $\operatorname{Var}(X)$.

It is not necessary to know that $X$ and $Y$ are normal, as long as we have the information that $\operatorname{Var}(X)$ and $\operatorname{Var}(Y)$ exist (and that $X,Y$ are independent).

Recall the definition of $\operatorname{Var}(X)$:

$$\operatorname{Var}(X) = \Bbb E[(X-\Bbb E X)^2] = \Bbb E[X^2] - \Bbb E[X]^2$$

where the last equality was derived using the following properties of $\Bbb E$, for independent $X, Y$ and $\lambda \in \Bbb R$:

\begin{align*} \Bbb E[X+\lambda Y] &= \Bbb E[X]+\lambda\Bbb E[Y]\\ \Bbb E[XY] &= \Bbb E[X]\Bbb E[Y] \end{align*}

(Note that $X$ is not independent of $X$ itself, so the last equation does not help for computing $\Bbb E[X^2]$!)

Using only these, it is a good and enlightening exercise to prove the following about the variance:

$$ \operatorname{Var}(X+\lambda Y) = \operatorname{Var}(X) + \lambda^2\operatorname{Var}(Y) $$


Once you've done this, computing $\operatorname{Var}(T)$ should be a piece of cake.

1
On

Use $$\operatorname{var}(aX+bY+c) = \operatorname{var}(aX+bY) = a^2\cdot\operatorname{var}(X)+b^2\cdot\operatorname{var}(Y)+2\cdot a \cdot b\cdot\operatorname{cov}(X,Y)$$ and the fact that $\operatorname{cov}(X,Y)=0$ for independent random variables $X$ and $Y$.