Question 1: Is $21^{100}-12^{100}$ divisible by $11$?
My work: Note:$$\begin{align*} & \color{red}{21^{100}}\equiv10^{100}\equiv 100^{50}\equiv1^{50}\equiv1 \mod 11\\ & \color{blue}{12^{100}}\equiv 1^{100}\equiv 1\mod 11\end{align*}$$ Hence,$$\begin{align*}\color{red}{21^{100}}-\color{blue}{12^{100}}\equiv 1-1\equiv 0\mod 11\end{align*}$$ Hence, $21^{100}-12^{100}$ is divisible by $11$.
Actual Question:
- Does my work hold? Is it logical and reasonable?
- Is there a quicker way of solving this problem?
I am very new to modular arithematic (i.e I just learned it $10$ minutes ago) so tips on a simple book where I can learn a bit more in-depth stuff about modular arithematics greatly helps!