2

Which of the following is not true?

  1. $X-Y$ and $X + Y$ are normally distributed.
  2. $X-Y$ and $X + Y$ are independent.
  3. $E[X^2Y^2] = 1$
  4. $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?

1 Answers1

5

$\newcommand{\e}{\operatorname E}$We certainly do not know $\e\left( \dfrac{X^2}{Y^2} \right) = \dfrac{\e(X^2)}{\e(Y^2)}.$

One can say that $\e\left( \dfrac{X^2}{Y^2} \right) = \e(X^2)\e\left( \dfrac 1 {Y^2} \right)$ (by independence), and then one must think about $\e\left( \dfrac 1 {Y^2} \right).$