Questions: Quadratic Congruences

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You want to solve x² ≡ 5 (mod 21). What is the correct first step, and what does success at this step guarantee?

AApply Hensel's lemma directly to lift a solution from mod 3 to mod 21
BCheck whether 5 is a quadratic residue mod 21 using the Legendre symbol (5/21)
CFactor 21 = 3 × 7, then check solvability mod 3 and mod 7 separately using Legendre symbols; a solution mod 21 exists iff solutions exist for both
DUse the Chinese Remainder Theorem to immediately write down the solution without checking solvability
Question 2 Multiple Choice

You have found that r₁ = 3 satisfies r₁² ≡ 4 (mod 5). You want to lift this to a solution mod 25 using Hensel's lemma. What is the key condition that must hold for the lift to succeed, and why?

Ar₁ must be odd; even solutions cannot be lifted to higher prime powers
B2r₁ must not be ≡ 0 (mod 5), i.e., the derivative of x² - 4 evaluated at r₁ must be nonzero mod p
CThe discriminant of x² - 4 must be a perfect square; otherwise lifting fails for all k > 1
DThe prime p = 5 must divide r₁; otherwise the lift formula is undefined
Question 3 True / False

If x² ≡ d (mod p) has no solution for some prime p dividing n, then x² ≡ d (mod n) also has no solution.

TTrue
FFalse
Question 4 True / False

The Legendre symbol (d/p) = 1 is sufficient to guarantee that x² ≡ d (mod pᵏ) has a solution for most k ≥ 1, with no further conditions needed.

TTrue
FFalse
Question 5 Short Answer

Explain the three-tool strategy for solving a general quadratic congruence ax² + bx + c ≡ 0 (mod n), and explain why each of the three tools is necessary.

Think about your answer, then reveal below.