Suppose I do $n$ coinflips with an unfair coin that shows head with $p=\frac{5}{12}$. Now I define the random variable $X_i \in \{-1, 1\}$ of the $i$-th flip with $-1, 1$ describing tail and head respectively. Because my coin is unfair I am more likly to end up with $X_i = -1$.
Looking at $Z_n = \sum_{i = 1}^n X_i$ it seems intuitive, that $Z_n \to -\infty$ or $P(Z_n > k) \to 0$ for any $k \in \mathbb{Z}$ as $n \to \infty$.
I struggle however to show this formally. I was trying to transform $Z_n$ such that it is binomially distributed and work with that but didn't get anywhere really.
Any help is appreciated!