Suppose $X$ and $Y$ are random variables with $E(X)=2, E(Y)=3 Var(X)= 4, Var(Y)=10$ and $Cov(X,Y)=-5$
- Find $Var (5X+2Y)$
From my book I know $$Var(5X+2Y)= Var(5X)+Var(2Y)+2Cov(5X,2Y)$$ but after that do I just substitute in values so $Var(5X)= 5\cdot 4=20$? If so, how do I figure out $Cov(5x,2y)$?
- Find $Cov(3X+Y,Y)$
Hints Note that $$Var (kZ) = \mathbb{E}[Z^2] - \mathbb{E}[Z]^2 = \mathbb{E}[(kZ)^2] - \mathbb{E}[kZ]^2 = \mathbb{E}[k^2 Z^2] - (k\mathbb{E}[Z])^2$$ Can you finish this and express $Var(kZ)$ in terms of $k$ and $Var Z$?
Then do the same thing to the $Covar(X,Y)$, directly using the definition.