Solved – What’s the difference between add and subtract of two random variables, if zero mean

random variableself-study

Assume $X$, $Y$ are independent zero mean random variables. Define $Z_1=X+Y$ and $Z_2=X-Y$. Then, their mean values are the same.

How does one check that $Z_1$ and $Z_2$ are not the same random variables?
And how to describe their variances?

Best Answer

The difference between $Z_1$ and $Z_2$ is $2Y$. Whenever $Y \not = 0$, they will be different. If $Y$ has a symmetric distribution about $0$ then $Z_1$ and $Z_2$ will have the same distribution as each other.

The variance of the sum of two independent random variables is the sum of their variances, as is the variance of the difference of two independent random variables, so

$$\sigma_{Z_1}^2=\sigma_{Z_2}^2=\sigma_{X}^2+\sigma_{Y}^2 $$

Related Question