Which of the following is not true?
- $X-Y$ and $X + Y$ are normally distributed.
- $X-Y$ and $X + Y$ are independent.
- $E[X^2Y^2] = 1$
- $E[X^2 / Y^2] = 1$
I'm confused. All of these look true to me. 1 is true because any linear combination of independent random normals is normally distributed. 2 is true from Are the random variables $X + Y$ and $X - Y$ independent if $X, Y$ are distributed normal?. 3 is true because $X,Y$ are independent, so we have $E[X^2Y^2] = E[X^2]E[Y^2]$. We know $E[X^2] = E[Y^2] = 1$ so $E[X^2]E[Y^2] = 1$. 4 is true because $E[X^2 / Y^2] = E[X^2] / E[Y^2] = 1/1=1$.
Did I do something wrong here or are all 4 options true?