I have the following problem:
Let $p$ be prime, $\alpha \in \mathbb{N}$ and $x \in \mathbb{Z}_{p^\alpha}$. What is the number of solutions to the equation $x^2 \equiv 1 \pmod{p^\alpha}$?
What I've got so far is $p^\alpha|(x - 1)(x + 1)$ but I don't know what to do next.