Questions: Properties of Congruences

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Starting from 6 ≡ 2 (mod 4), a student cancels the factor of 2 from both sides to obtain 3 ≡ 1 (mod 4). What went wrong?

AYou can never cancel common factors in congruences — division is entirely undefined in modular arithmetic
BYou can cancel the factor of 2, but since gcd(2, 4) = 2, the modulus must also be divided by 2, giving the correct result 3 ≡ 1 (mod 2)
CThe original congruence 6 ≡ 2 (mod 4) is false, so no valid manipulation can follow
DDivision requires the factor to be prime; since 2 is prime, the cancellation should indeed give 3 ≡ 1 (mod 4)
Question 2 Multiple Choice

Which of the following operations can always be performed on both sides of a valid congruence a ≡ b (mod n) while preserving validity?

ADividing both sides by any integer c, keeping the modulus n unchanged
BSquaring both sides to get a² ≡ b² (mod n)
CTaking the square root of both sides to get √a ≡ √b (mod n)
DAdding an arbitrary integer c to the modulus
Question 3 True / False

If a ≡ b (mod n) and c divides both a and b, then a/c ≡ b/c (mod n) generally holds.

TTrue
FFalse
Question 4 True / False

When the modulus n is prime, every nonzero residue class mod n has a multiplicative inverse.

TTrue
FFalse
Question 5 Short Answer

Why does division in modular arithmetic require the divisor to be coprime to the modulus, when addition and multiplication have no such restriction?

Think about your answer, then reveal below.