5 questions to test your understanding
Consider the congruence 6x ≡ 9 (mod 15). How many distinct solutions exist modulo 15?
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?
If gcd(a, n) does not divide b, the congruence ax ≡ b (mod n) has no solutions.
The Chinese Remainder Theorem guarantees a unique solution modulo n₁n₂···nₖ whenever the moduli are most distinct prime numbers.
Why must pairwise coprimality — not just the absence of a single common factor shared by all moduli — be required for the Chinese Remainder Theorem?