I recently had an algebra exam and one of its questions was:
Let $R$ be a ring with a $1$ and let $x\in R$ be nilpotent, i.e., there exists a positive integer $n$ such that $x^n=0$. Then $1+x$ is a unit.
This is what I did: Observe that
$$\begin{align*}\left(1+x\right)\left(1-x\right)&=1-x^2,\\\left(1-x^2\right)\left(1+x^2\right)&=1-x^4,\\\left(1-x^4\right)\left(1+x^4\right)&=1-x^8,\end{align*}$$
and so on. Eventually, we will reach $1-x^\alpha$, where $\alpha\geqslant n$, which would imply that $1-x^\alpha=1$. Therefore, $1+x$ is a unit.
Is this sound? Is there a simpler way to show this?