Question on sum of normal variable

80 Views Asked by At

I have a small doubt.

If X and Y are standard normal variables, is $ Z=(X+Y)/\sqrt { 2 } $ a standard normal variable ?

If I am correct, $X+Y$ follows $N(0, 2)$. So, Z must follow $N(0, 2 / \sqrt { 2 } ) $

and not $N(0, 2)$.

Am I right ?

1

There are 1 best solutions below

1
On BEST ANSWER

If $X$ and $Y$ are independent standard normal, then your calculation is correct: the random variable $\frac{X+Y}{\sqrt{2}}$ has variance $1$, and is normal.

Under the assumption of independence, $X+Y$ is indeed normal with variance $2$. Dividing $X+Y$ by $\sqrt{2}$ divides the variance by $(\sqrt{2})^2$, that is, by $2$, giving variance $1$.