Questions: Modular Arithmetic and Congruences

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

To compute 97 × 53 (mod 7), Student A multiplies first to get 5141, then reduces. Student B says '97 ≡ 6 and 53 ≡ 4 (mod 7), so the answer is 6 × 4 = 24 ≡ 3 (mod 7).' Is Student B's approach valid?

ANo — you must compute the full product before reducing; intermediate reduction changes the result
BYes — because congruences are compatible with multiplication, you can reduce operands before multiplying and get the same result
CNo — Student B made an arithmetic error; 97 is not congruent to 6 mod 7
DYes, but only when both operands are smaller than n²
Question 2 Multiple Choice

In ℤ₆, which equation has no solution, and why?

A2x ≡ 4 (mod 6) — because 2 divides 6 and the result is even
B3x ≡ 1 (mod 6) — because gcd(3, 6) = 3 ≠ 1, so 3 has no multiplicative inverse in ℤ₆
C5x ≡ 1 (mod 6) — because 5 is greater than 6/2
D4x ≡ 0 (mod 6) — because 4 and 6 share a common factor
Question 3 True / False

If a ≡ b (mod n), then a and b are equal as integers.

TTrue
FFalse
Question 4 True / False

When n is prime, every nonzero element in ℤₙ has a multiplicative inverse.

TTrue
FFalse
Question 5 Short Answer

What makes the reduction principle in modular arithmetic computationally powerful, and in what types of problems does this become especially important?

Think about your answer, then reveal below.