I found this question in my book but got no idea on how to approach it.
- Find one x that solves: $x^7=4(mod 81)$
- How many different x's between 1 and 80 solve the equation?
I know that $x^{\Phi(81)}=x^{54}=1 (mod 81)$ but that doesn't help. Plus I tried calculating for small number like 1,2,3 yet nothing worked...
Note: if 54 was multiplication of 7 then I could solve it easily as I know that $x^{54}=x^{7k}={x^{k}}^{7}$ so the final answer would be $4*x^k (mod 81)$
My answer to 1:
I know that $2^54 = 1 (mod 81)$ so $2^56 = 4 (mod 81)$ which means: ${2^{8}}^{7} = 4 (mod 81)$ and the answer is $2^8 (mod 81)$ which is equal to 13.
But what about 2? I have no idea at all...