Three random variables equation

36 Views Asked by At

Given the random variables X,Y,Z have the same distribution and fulfil the following equalities: $$Var(X+Y+Z)=21,Cov(X,Y)=Cov(Y,Z)=Cov(Z,X)=1$$ Find $VarX$ and $Var(X+Y)$. I am lost with this question how it should be approached?

2

There are 2 best solutions below

2
On BEST ANSWER

$$Var(X+Y+Z)=Var(X)+Var(Y)+Var(Z)+2Cov(X,Y)+2Cov(X,Z)+2Cov(Y,Z)$$ And since X, Y, and Z have the same distribution $$Var(X+Y+Z)=3Var(X)+2Cov(X,Y)+2Cov(X,Z)+2Cov(Y,Z)$$

0
On

Hints:

  • $\text{Var}(U)=\text{Cov}(U,U)$.
  • $\text{Cov}$ is symmetric and bilinear.