Hi I'm currently working through past exam questions and am stuck with the following question:
Random variables $X_1$, $X_2$ and $X_3$ are identically distributed, with common mean $\mu$, common variance $\sigma^2$, and common pairwise correlation $\rho$ (i.e. $corr(X_i,X_j) =$ $\rho$ for all i $\neq$ j). Let Y = $X_1$ - $2X_2$ + $X_3$.
a) Fin the expectation and variance of Y.
b)Find the correlation between Y and $X_1$
Am I wrong in assuming that the expectation of Y would simply be $E(X_1) - E(2X_2) + E(X_3)$ given that E(X+Y)=E(X)+E(Y). Am I completely off? Any hints would be greatly appreciated.
You're right. Note though that since those variables are identically distributed, $E(X_1) = E(X_2) = E(X_3) = \mu$ so in the end $E(Y) = 0$.
For the variance you have a different formula (which you have to prove:)
$$Var(X_1 + X_2) = Var(X_1) + Var(X_2) + 2\text{Cov}(X_1, X_2)$$
Use this formula to find the variance of $Y$.