From an earlier problem:
If $X_1$, $X_2$, and $X_3$ are independent and have the means 4, 9, and 3 and the variances 3, 7, and 5, find the mean and the variance of
(a) $Y = 2X_1 - 3X_2 + 4X_3$
(b) $Z = X_1 + 2X_2 - X_3$
I found that the means of Y and Z are -7 and 19, respectfully. Also, the variances are 155 and 36, respectfully. Now, I need to find the $cov(Y,Z)$.
I know that
$cov(Y,Z) = E[YZ] - E[Y]E[Z]$
But I'm stuck on how to get $E[YZ]$ just from the information I know.
Hint:
To find $E[YZ]$ simply substitute the values for $Y$ and $Z$
i.e. $$E[YZ]=E[(2X_1-3X_2+4X_3)(X_1+2X_2-X_3)]$$
and solve for $E(X_1^2), E(X_2^2)$ and $E(X_3^2)$ by adding the mean squared (i.e $[E(X_i)]^2$) to the respective variances.
Hope this is helpful.