I want to solve the following task:
Let $p \in (0,1)$ and $X_n$ be a sequence of i.i.d. random variables with $$\mathbb{P}(X_n = 1)=1-\mathbb{P}(X_n=-1)=p$$ for all $n$. Let $$S_0:=0 \text{ and } S_n:=\sum_\limits{i=1}^n X_i$$ and $A=\limsup \{S_n = 0\}$.
Show $$ p \ne \frac{1}{2} \Rightarrow \mathbb{P}(A) = 0.$$
I'm sure that I need the first Borel Cantelli Lemma here. So I have to show $\sum_\limits{n \in \mathbb{N}} \mathbb{P}(S_n=0) < \infty$ and probably this does only hold if $p \ne \frac{1}{2}$ but how do I calculate $\mathbb{P}(S_n=0)$? I know that $S_n$ is only equal to $0$ if I have as many ones as I have minus ones but this approach didn't help me.
Any ideas?