Let $X_n \in Bin(n^2,m/n),m>0$. I want to show that $$\frac{X_n-nm}{\sqrt{nm}} \xrightarrow{d}N(0,1) $$ as $n \to \infty$
Im stuck in this problem. I started by checking the limit distribution of $X_n$ and hope to be able to use the CLT, but cant quite get event that.
$$P(X_n=k)=\frac{(n^2)!}{k!(n^2-k)!}(\frac{m}{n})^k(1-\frac{m}{n})^{n^2-k}=$$ $$\frac{m^k}{k!}\frac{n^2!}{(n^2-k)!}(1-\frac{m}{n})^{n^2}$$
But what is $$\lim_{n\to \infty} \frac{n^2!}{(n^2-k)!}(1-\frac{m}{n})^{n^2}$$
I had a feeling that it converges to $e^{-m}$ and tried to reach that conclusion but with no success. Any tips? Thanks
CLT tells you that if $Z_i$ are i.i.d, then $$\sqrt{n}(\frac{1}{n}\sum_{i=1}^n Z_i - \mu) \rightarrow \mathcal{N}(0,\sigma^2)$$ where $\mu = E(Z_i)$ and $\sigma^2 = var(Z_i)$. Now, notice that a sum of Bernoulli is Binomial, i.e. $$X_n = \sum_{i=1}^{n^2} Z_i$$ where $Z_i$ is Bernoulli with rate $p = \frac{m}{n}$. So this means that by CLT $$\sqrt{n^2}(\frac{1}{n^2}\sum_{i=1}^{n^2} Z_i - \mu) \rightarrow \mathcal{N}(0,\sigma^2)$$ where $\mu = p = \frac{m}{n}$ and $\sigma^2 = p(1-p) = \frac{m}{n}(1 - \frac{m}{n}) = \frac{m(n-m)}{n^2}$. Hence $$n(\frac{1}{n^2}X_n- \frac{m}{n}) \rightarrow \mathcal{N}(0,\frac{m(n-m)}{n^2})$$ i.e. $$n(\frac{1}{n^2}X_n- \frac{m}{n}) \rightarrow \sqrt{\frac{m(n-m)}{n^2}}\mathcal{N}(0,1)$$ or $$\sqrt{\frac{n^2}{m(n-m)}}n(\frac{1}{n^2}X_n- \frac{m}{n}) \rightarrow \mathcal{N}(0,1)$$ In the large regime $n >> m$ (since $n \rightarrow \infty$), then $$\sqrt{\frac{n^2}{nm}}n(\frac{1}{n^2}X_n- \frac{m}{n}) \rightarrow \mathcal{N}(0,1)$$ or $$n\sqrt{\frac{1}{nm}}(\frac{1}{n}X_n- m) \rightarrow \mathcal{N}(0,1)$$ which concludes the proof. $$\sqrt{\frac{1}{nm}}(X_n- nm) \rightarrow \mathcal{N}(0,1)$$