Find a prime number $p$ and an integer $b<p$ such that $p$ divides $b^{p−1}−1$.

80 Views Asked by At

Find a prime number $p$ and an integer $b<p$ such that $p$ divides $b^{p−1}−1$.

First I think of long divisions but it didn't work out. Now I'm stuck..

1

There are 1 best solutions below

0
On

Hint; You can Make $p=3$ and $b=2$.