Let $X_1$ and $X_2$ be random variables such that $E(X_i)=μ_i$ and $Var(X_i)=α_i^2$.
A. Find $E(X_1+X_2)$ and $E(X_1-X_2)$ in terms of the μ's and α's.
B. Suppose that $E(X_1X_2)=α$. Find $Var(X_1+X_2)$. When does it equal $Var(X_1)+Var(X_2)$?
C. Assume that $X_1$ and $X_2$ are independent. Find $Var(3X_1-2X_2)$.
Please explain how to solve these questions because I don't know where to start. Thanks.
This is simple problem.
A). $\mathsf{E}(X_1+X_2)=\mathsf{E}(X_1)+\mathsf{E}(X_2)=\mu_1+\mu_2$ (since expectation is linear operator, it can be shown easily by taking convolution of distribution of $X_1+X_2$. Similarly $\mathsf{E}(X_1-X_2)=\mathsf{E}(X_1)-\mathsf{E}(X_2)=\mu_1-\mu_2$
B) $var(X_1)=\mathsf{E}((X_1+X_2)-(\mu_1+\mu_2))^2=\mathsf{E}((X_1-\mu_1)+(X_2-\mu_2))^2=\mathsf{E}((X_1-\mu_1)^2+(X_2-\mu_2)^2+2(X_1-\mu_1)(X_2-\mu_2))=\alpha_1+\alpha_2+2\mathsf{E}(X_1X_2-X_1\mu_2+X_2\mu_1+\mu_1\mu_2)=\alpha_1+\alpha_2+2(\alpha-\mu_1\mu_2) $
C) Since $X_1, X_2$ are independent, hence $Var(3X_1-2X_2)=9\alpha_1+4\alpha_2$. $\square$