Questions: Linear Congruences and the Chinese Remainder Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Consider the congruence 6x ≡ 9 (mod 15). How many distinct solutions exist modulo 15?

ANo solutions, because 6 and 15 are not coprime
BExactly one solution, since the equation simplifies to 2x ≡ 3 (mod 5)
CExactly 3 solutions, since gcd(6, 15) = 3 and 3 divides 9
DExactly 6 solutions, one for each multiple of the coefficient
Question 2 Multiple Choice

You need to solve the system: x ≡ 2 (mod 4) and x ≡ 3 (mod 6). A student applies CRT and claims a unique solution modulo 24. What is wrong?

ANothing is wrong — CRT applies whenever you have exactly two congruences
BCRT requires pairwise coprime moduli; since gcd(4, 6) = 2 ≠ 1, the standard CRT does not guarantee a unique solution modulo 24
CCRT only applies when there are at least 3 congruences in the system
DThe moduli must be prime for CRT to apply
Question 3 True / False

If gcd(a, n) does not divide b, the congruence ax ≡ b (mod n) has no solutions.

TTrue
FFalse
Question 4 True / False

The Chinese Remainder Theorem guarantees a unique solution modulo n₁n₂···nₖ whenever the moduli are most distinct prime numbers.

TTrue
FFalse
Question 5 Short Answer

Why must pairwise coprimality — not just the absence of a single common factor shared by all moduli — be required for the Chinese Remainder Theorem?

Think about your answer, then reveal below.