Let $X_1$, $X_2$, $X_3$,$\ldots$ be independent and identically distributed random standard normal random variables.
Define the following: $$Z_n = \sqrt{n} \frac{X_1 + X_2 + \cdots + X_n}{X_1^2 + X_2^2 + \cdots + X_n^2}$$
I am trying to prove that $Z_n$ converges in distribution to a standard normal random variable $Z$.
This looks tantalizingly close to something to do with the Central Limit Theorem, but I cannot quite see how to make the CLT apply here.
I have attempted to show this convergence by use of moment generating functions, but that got very messy very quickly.
Is there a simple way to show the desired result using the CLT, or is it more involved?