Given $x^{93} \equiv 2 \, (\textrm{mod}\ 5)$, $x \equiv \,? \, (\textrm{mod}\ 5)$

64 Views Asked by At

Given $x^{93} \equiv 2 \, (\textrm{mod}\ 5)$

$x \equiv \,? \, (\textrm{mod}\ 5)$

4

There are 4 best solutions below

0
On BEST ANSWER

Without loss of generality, let $\gcd(x,5) = 1$. From Euler's Theorem we have $x^4 \equiv 1 (\mod 5)$. Hence

$$ x^{93} \equiv (x^{4})^{23}.x \equiv x \equiv 2 (\mod 5) $$

0
On

Hint:

You just have to try $5$ numbers.

Try $x$ being $0,1,2,-1,-2$.

0
On

Hint Notice that $2^4\equiv 1[5]$ and $93=4\times 23+1$. Can you take it from here?

0
On

Hint: If $x \not\equiv 0 \mod 5$, $x^{4n} \equiv 1 \mod 5$ for any integer $n$.