I'm trying to show 7 is a primitive root modulo 11, 22, 121, and 14641.
I think I need to show
- $7^{10} \equiv 1 \pmod{11}$
- $7^{10} \equiv 1 \pmod{22}$
- $7^{110} \equiv 1 \pmod{121}$
- $7^{13310} \equiv 1 \pmod{14641}$
Since $gcd(11,22)\ne 1$, it seems I can't use CRT?
Attempt
As been pointed out by @Arthur. I need to show that the smallest positive solution to $7^≡1 \pmod{11}$ is =10. I can calculate $7^ \pmod{11}$ for integer 1<=n<=10 to show this. But can I show that the smallest positive solution to $7^n \equiv 1 \pmod{14641}$ is n=13310 without calculating all?