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)$.
2026-05-05 20:26:39.1778012799
normal distribution, two independent random variable
830 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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.