Calculate some weird RV's variance
Can you help me with something? I get stuck everytime i try to solve the following problem.
Let Xi, 1<=i<=10 be independent random variables such that EXi = 10 and Var Xi = 6. Let 
Calculate Var Y.
I tried to solve it using the fact that Var Y = Cov(Y,Y). That leads to:
 = Cov(\sum_{i=1}^{10}X_iX_{i+1},\sum_{j=1}^{10}X_jX_ {j+1})=)
=)
+2\sum_{i<j}C ov(X_iX_{i+1},X_jX_{j+1}))
The second term can be decomposed in two types:-
)
-
, j>i+1)
The second type is zero because the variables are independent. The first type can be calculated:
=E(X_iX_{i+1}^2X_{i+ 2})-E(X_i)E(X_{i+1})^2E(X_{i+2}))
-E(X_{i+1})^2)=EX_iEX_{i+2}Var(X_{i+1}))
Ok. But here's the problem: look what i get when I calculate Cov(XiXi+1,XiXi+1):
=\mathbb{E}(X_i^2X_{i+1} ^2)-\mathbb{E}(X_i)^2\mathbb{E}(X_{i+1})^2=)
E(X_{i+1}^2)-E(X_i)^2E(X_{i+1})^2=)
E(X_{i+1}^2)-E(X_i)^2E(X_{i+1})^2+E(X_i)^2E(X_{i+1}^2)-E(X_i)^2E(X_{i+1}^2)=)
^2Var(X_{i+1})+E(X_{i+1}^2)Var(X_i))
And I can't get rid of this E(X_{i+1)^2)!
I appreciate any help. Thanks