The solution given was:
$3^9 = (27)^3 = 7^3 = 49(7) = 9(7) = 63 = 3 $
I understand up to $\ 3^9 = (27)^3 $ But after that I am lost. Can someone explain how to solve this and what is going on here?
The solution given was:
$3^9 = (27)^3 = 7^3 = 49(7) = 9(7) = 63 = 3 $
I understand up to $\ 3^9 = (27)^3 $ But after that I am lost. Can someone explain how to solve this and what is going on here?
On
$3^2 = 9 \equiv -1 \bmod 10 $.
Therefore $3^8 =(3^2)^4 \equiv (-1)^4 \bmod 10 \equiv 1 $.
Therefore $3^9 =3^{8+1} =3^8 3^1 \equiv 1\cdot 3 \bmod 10 \equiv 3 $.
The $27$ was replaced with a $7$ because $27\pmod{10}=7$. The same concept arose with the $49$ later, as $49\pmod{10}=9$, and likewise $63\pmod{10}=3$. This is why the values greater than $10$ are switched.