Questions: Euler's Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You want to apply Euler's theorem to compute 6^20 (mod 9). You check that φ(9) = 6. Does the theorem guarantee 6^6 ≡ 1 (mod 9)?

AYes — φ(9) = 6 and 6 < 9, so the theorem applies
BNo — gcd(6, 9) = 3 ≠ 1, so 6 is not in (ℤ/9ℤ)* and the theorem does not apply
CYes — Euler's theorem applies to any integer and any modulus
DNo — the theorem only applies when n is prime
Question 2 Multiple Choice

Euler's theorem states a^φ(n) ≡ 1 (mod n) when gcd(a,n) = 1. Which of the following best explains WHY the exponent φ(n) appears specifically?

Aφ(n) is the smallest integer k such that a^k ≡ 1 (mod n) for every a coprime to n
BThe elements coprime to n form a multiplicative group of order φ(n), and by Lagrange's theorem any element raised to the group order equals the identity
Cφ(n) is defined so that a^φ(n) ≡ 1 always holds, making the theorem circular
DIt follows directly from the prime factorization of n without needing group theory
Question 3 True / False

Euler's theorem states a^φ(n) ≡ 1 (mod n) for most integers a and most positive integers n.

TTrue
FFalse
Question 4 True / False

Fermat's Little Theorem (a^(p−1) ≡ 1 (mod p) for prime p with gcd(a,p) = 1) is a special case of Euler's Theorem.

TTrue
FFalse
Question 5 Short Answer

Why is the condition gcd(a, n) = 1 necessary for Euler's theorem, and what goes wrong when it fails?

Think about your answer, then reveal below.