Questions: Modular Arithmetic and Congruences

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

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?

ASince 7 and 2 are in the same residue class mod 5, all arithmetic operations on them produce the same result mod 5
BThis substitution only works for exponents, not for addition or multiplication
CThis only works because 5 is prime
D7 and 2 are both single-digit numbers, so the substitution happens to work in this case
Question 2 Multiple Choice

In Z/6Z (integers mod 6), which element has a multiplicative inverse, and why?

A4, because 4 is even and even numbers pair nicely in mod 6
B2, because 2 is small and divides 6
C5, because gcd(5, 6) = 1, meaning 5 and 6 share no common factors
D3, because 3 is half of 6
Question 3 True / False

13 ≡ 1 (mod 4)

TTrue
FFalse
Question 4 True / False

In modular arithmetic, if a × b ≡ 0 (mod n), then either a ≡ 0 (mod n) or b ≡ 0 (mod n).

TTrue
FFalse
Question 5 Short Answer

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.

Think about your answer, then reveal below.