The question is :
Suppose that for each positive integer $n$, $X_{n1},X_{n2},\dots,X_{nn}$ are independent, identically distributed random variables taking only the values $-\sqrt{n}$, $0$, $\sqrt{n}$, such that
\begin{equation*}
P(X_{n1}= -\sqrt{n})= P(X_{n1}= \sqrt{n})=\frac{1}{2n^2}, P(X_{n1}=0)= 1- \frac{1}{n^2}.
\end{equation*}
i) Show that $P(X_{n1}+X_{n2}+\dots+X_{nn} \neq 0) \leq 1/n$?
and use this to show that $X_{n1}+X_{n2}+\dots+X_{nn} \Rightarrow \delta_0 $ as $n \rightarrow \infty$, where $\delta_0$ is degenerate probability measure defined by $\delta_0(\{0\})=1$ and $\delta_0(\{R-0\})=0$.
I tried to solve this by using the Lindeberg central limit theorem and I have shown that $E(X_{nk})=0$, $\operatorname{Var}(X_{nk})=1/n$ and $\operatorname{Var}\left(X_{n1}+X_{n2}+\dots+X_{nn}\right)=1$.
Can anyone give me some hints to solve this question?
Note that $X_{n1}+\dots+X_{nn}\neq 0$ happens if and only if $\lvert X_{n1}+\dots+X_{nn}\rvert \geq \sqrt{n}$, as each $X_{ni}$ takes discrete values. This way, we can use Chebyshev's inequaility to bound $$ \mathbb{P}(\lvert X_{n1}+\dots+X_{nn}\rvert \geq \sqrt{n}) \leq \frac{\operatorname{Var}(X_{n1}+\dots+X_{nn})}{(\sqrt{n})^2} = \frac{n\operatorname{Var}(X_{n1})}{n} = \frac{1}{n}. $$