Consider a discrete random walk taking values +1 or -1 with probabilities p and q, respectively. Let $S_n = \sum_{k=1}^{n}X_k$. Let $[-A,B]$ be an interval, $A,B \geq 1$. Now define $$\tau =\min(n:n \geq 0, S_n \leq -A \cup S_n \geq B).$$
I need to show that $\tau$ is finite almost surely.
What I am trying: $P_0(\tau < \infty) = P_0(\exists n<\infty \mbox{ so that } {S_n=-A}\mbox{ or }{S_n=B})$
Can someone put me in the right direction here? My hint was to use strong law of large numbers.