Let $X, Y, Z$ be i.i.d. random variables distributed as $N(0, 1)$. How to show that $\dfrac{X + ZY}{\sqrt{1 + Z^2}} \sim N(0, 1)$?
The only solution I see is to progressively find the distributions of
- First, $ZY$
- Then $U := X + ZY$
- Then $V := \sqrt{1 + Z^2}$
- Then $\dfrac{U}{V}$
But finding these distributions appears to be a nightmare in terms of the number of calculations to be done.
And this solution doesn't really explain the intuition behind this problem: how could this expression randomly end up being $N(0, 1)$-distributed? That makes me wonder if there is a more nice solution. I also think, this is probably a well-known problem, but I couldn't find a solution anywhere.
Any help would be greatly appreciated!