Questions: Multiplicative Inverses in Modular Arithmetic

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Does 4 have a multiplicative inverse modulo 6?

AYes — it is 2, since 4 · 2 = 8 ≡ 2 (mod 6)
BYes — it is 4, since 4 · 4 = 16 ≡ 4 (mod 6)
CNo — because gcd(4, 6) = 2 ≠ 1, so no inverse exists
DYes — every nonzero residue has an inverse in any modular system
Question 2 Multiple Choice

The extended Euclidean algorithm yields 3 · 5 + 7 · (−2) = 1. Using this, what is the solution to 3x ≡ 5 (mod 7)?

Ax ≡ 2 (mod 7)
Bx ≡ 4 (mod 7)
Cx ≡ 5 (mod 7)
Dx ≡ 6 (mod 7)
Question 3 True / False

Most nonzero integer has a multiplicative inverse modulo any positive integer n.

TTrue
FFalse
Question 4 True / False

If gcd(a, n) = 1, the extended Euclidean algorithm guarantees that integers s and t exist with as + nt = 1, and s is the multiplicative inverse of a modulo n.

TTrue
FFalse
Question 5 Short Answer

Explain why gcd(a, n) = 1 is necessary for a multiplicative inverse of a to exist modulo n.

Think about your answer, then reveal below.