Questions: Euler's Totient Function

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is φ(12)?

A2
B4
C6
D10
Question 2 Multiple Choice

For a prime p, what is φ(p²)?

Ap − 1
Bp² − 1
Cp(p − 1)
D
Question 3 True / False

The formula φ(mn) = φ(m) · φ(n) holds for most positive integers m and n.

TTrue
FFalse
Question 4 True / False

The integers from 1 to n that are coprime to n are exactly the invertible elements (units) of the ring ℤ/nℤ.

TTrue
FFalse
Question 5 Short Answer

Why does Euler's theorem require gcd(a, n) = 1? What goes wrong — concretely — if a and n share a common factor?

Think about your answer, then reveal below.