5 questions to test your understanding
Does 4 have a multiplicative inverse modulo 6?
The extended Euclidean algorithm yields 3 · 5 + 7 · (−2) = 1. Using this, what is the solution to 3x ≡ 5 (mod 7)?
Most nonzero integer has a multiplicative inverse modulo any positive integer n.
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.
Explain why gcd(a, n) = 1 is necessary for a multiplicative inverse of a to exist modulo n.