Saturday, 4 April 2026

Exercise (6.1).2

Determine the orders of the following:

(a) $3 \pmod {10}$

(b) $7 \pmod {12}$

(c) $9 \pmod {16}$

(d) $11 \pmod {25}$

(e) $3 \pmod {13}$


(a) The following calculations show $3^4 \equiv 81 \equiv 1 \pmod {10}$.

n3^n3^n mod 10
133
299
3277
4811

Since $\gcd(3,10)=1$, the order of 3 modulo 10 is 4.


(b) The following calculations show $7^2 \equiv 49 \equiv 1 \pmod {12}$.

n7^n7^n mod 12
177
2491

Since $\gcd(7,12)=1$, the order of 7 modulo 12 is 2.


(c) The following calculations show $9^2 \equiv 81 \equiv 1 \pmod {16}$.

n9^n9^n mod 16
199
2811

Since $\gcd(9,16)=1$, the order of 9 modulo 16 is 2.


(d) The following calculations show $11^5 \equiv 161051 \equiv 1 \pmod {25}$.

n11^n11^n mod 25
11111
212121
313316
41464116
51610511

Since $\gcd(11,25)=1$, the order of 11 modulo 25 is 5.


(e) The following calculations show $3^3 \equiv 27 \equiv 1 \pmod {13}$.

n3^n3^n mod 13
133
299
3271

Since $\gcd(3,13)=1$, the order of 3 modulo 13 is 3.