Find all solutions to the congruence $x^3\equiv 1 \pmod{77}$
I was able to do this for $x^2 \equiv 1\pmod{77}$ since $x$ would either be $1$ or $-1$, in each of $\bmod 7$ and $\bmod 11$. I don't know what $x$ would be in this case.
I can do the Chinese remainder theorem to find the final answers.
For prime $p, \mathbb Z_p^\times$ is cyclic a group of order $p-1$
Suppose, $x^a \equiv 1 \mod p$
Then $\{x, x^2, \cdots , x^{a-1}\}$ forms a sub-group and the order of the subgroup must divide $(p-1)$
Since $3$ does not divide $10$
The only solution to: $x^3 \equiv 1\pmod {11}$ is the trivial $x \equiv 1\pmod {11}$
But $3$ does divide $6$
$x^3 \equiv 1 \pmod 7$ has $3$ solutions (incuding $x = 1$)
If you find a non-trival solution then $x^2$ is also a solution.