How to show that $3^8 ≡ -1 \pmod{17}$. I have tried by using value of $3^8$ but is there any other method available for solving when more higher powers are included ?
2026-03-29 10:18:14.1774779494
On
On
To show congruence $3^8 \equiv -1 \pmod{17}$
430 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Use Fermat's theorem:
If p is prime, and p doesn't divide a, then $a^{p-1} = 1 (mod p)$.
So $3^{16} = 1 \pmod{17}$.
Use that.
0
On
By Euler's Criterion and Quadratic Reciprocity: $$3^8\equiv\left(\frac{3}{17}\right)\equiv \left(\frac{17}{3}\right)\equiv \left(\frac{2}{3}\right)\equiv -1\pmod{17}$$
$$3^4=81\equiv-4\pmod{17}\implies3^8=(3^4)^2\equiv(-4)^2\equiv16\equiv-1$$