Questions: Order of an Element Modulo n

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You compute powers of 4 modulo 15 and find 4¹ ≡ 4, 4² ≡ 1 (mod 15), so the order of 4 mod 15 is 2. Note that φ(15) = 8. Which statement about 2 must be true by the theory?

A2 must divide 15
B2 must divide φ(15) = 8
C2 must equal φ(15) = 8, since every element has order equal to φ(n)
D2 must be the smallest prime factor of 15
Question 2 Multiple Choice

Which of the following is TRUE about primitive roots modulo n?

AEvery positive integer n has at least one primitive root
BAn element a is a primitive root mod n if and only if its order equals φ(n) — meaning its successive powers cycle through every unit modulo n before returning to 1
CA primitive root modulo n must itself be a prime number
DPrimitive roots exist only when n is prime
Question 3 True / False

If a^k ≡ 1 (mod n) for some positive integer k, then the order of a modulo n must divide k.

TTrue
FFalse
Question 4 True / False

By Fermat's Little Theorem, the order of any element a modulo a prime p is exactly p − 1.

TTrue
FFalse
Question 5 Short Answer

When searching for the order of a modulo n, why is it sufficient to check only the divisors of φ(n) rather than all integers from 1 to φ(n)?

Think about your answer, then reveal below.