0

Find the smallest number $a \geq 0$ such that $a \equiv 7^{83} \bmod 11$.

I know that I am supposed to come to the conclusion $a = 2$, but I don't understand how I reach this conclusion using Fermat's or Euler's theorem.

I have the order $83$ to $7$ in $\mathbb{Z}_{11}$, but I don't know what I write as an answer, because writing just $a = 2$ is not enough to show that I have understood how I came to the answer without using a calculator to just calculate that $7^{83} \bmod 11 = 2$.

Blue
  • 75,673
Mampenda
  • 409

1 Answers1

2

According to Fermat's Little Theorem $$a^{p-1} \equiv 1 \pmod p$$ for prime $p\nmid a$.

Therefore, $$7^{83} =\color{red}{(7^{11-1})}^8\cdot 7^3 \equiv \color{red}1\cdot 7^3 \equiv 343 \equiv 2\pmod {11}$$ Hence, $a=2$.

VIVID
  • 11,604