5 questions to test your understanding
To compute 7¹⁰⁰ (mod 5), a student notes that 7 ≡ 2 (mod 5) and instead computes 2¹⁰⁰ (mod 5). What property of modular arithmetic justifies replacing 7 with 2?
In Z/6Z (integers mod 6), which element has a multiplicative inverse, and why?
13 ≡ 1 (mod 4)
In modular arithmetic, if a × b ≡ 0 (mod n), then either a ≡ 0 (mod n) or b ≡ 0 (mod n).
Why does the modular inverse of a (mod n) only exist when gcd(a, n) = 1? Give an example illustrating what goes wrong when gcd(a, n) > 1.