prove that the $9th$ power of any integer is of the form $19k$ or $19k \pm 1$
For small power $p$ when the integer is of the form $nk$ or $nk \pm 1$. we use division algorithm $a=nk+r$ then break down $a^n$ and put value of remainder $0$ to $n-1$ and find form of the integer $a$.But for big value of $n$ the process is too labours .Can anyone give me any simpler method??
when $a=19c$, $\space a^9=19^9c^9$ so $a^9\equiv0 (mod19)$ $\Rightarrow a^9=19k$
when $x\neq 19c$ using Fermat's little theorem $a^{18}\equiv 1(mod19)$ so $a^9\equiv \pm1(mod19)$ $\Rightarrow a^{9}=19k\pm1$
Therefore $a^{9}=19k$ or $19k\pm1$