0

$x^{13}$ = 2 mod 23. I know how to use the Fermat's theorem, but in this case, we don't know the value of "a". So I am unsure of how to even start?

Here all I know is that p = 23 and thus $a^{22}$ = 1 mod 23

1 Answers1

1

Since $13\times17=221\equiv1\bmod22, $

$x^{13}\equiv2\bmod23\implies x^{13\times17}\equiv x\equiv 2^{17}\bmod 23.$

J. W. Tanner
  • 60,406