Questions: Simultaneous Congruences and Chinese Remainder Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You want to apply CRT to the system: x ≡ 1 (mod 4) and x ≡ 1 (mod 6). Is CRT applicable, and why?

AYes — the moduli are small integers, so CRT always applies in this range
BNo — CRT requires the moduli to be pairwise coprime, and gcd(4, 6) = 2 ≠ 1
CYes — CRT applies to any system of linear congruences regardless of moduli
DNo — CRT only applies when there are three or more congruences in the system
Question 2 Multiple Choice

When the conditions of CRT are satisfied, what does the theorem guarantee about the solution?

AAt least one solution exists, but uniqueness depends on the specific remainders
BExactly one solution exists modulo the product of all the moduli
CThe solution can always be found without computing any modular inverses
DThe smallest positive solution is guaranteed to be less than the largest modulus
Question 3 True / False

If two moduli share a common factor, the Chinese Remainder Theorem still guarantees a unique solution, just within a smaller modulus.

TTrue
FFalse
Question 4 True / False

CRT can be interpreted as saying that arithmetic modulo M (where M is a product of pairwise coprime factors) decomposes into independent arithmetic modulo each factor, with solutions reassembled afterward.

TTrue
FFalse
Question 5 Short Answer

Why is the pairwise coprime condition essential for the Chinese Remainder Theorem, and what can go wrong when two moduli share a common factor?

Think about your answer, then reveal below.