Questions: Euler's Criterion for Quadratic Residues

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Using Euler's criterion to evaluate (3/11): which computation gives the correct result, and what does it tell you?

A3^5 ≡ 1 (mod 11), so 3 is a quadratic residue mod 11
B3^10 ≡ 1 (mod 11), so 3 is a quadratic residue mod 11
C3^5 ≡ −1 (mod 11), so 3 is a non-residue mod 11
DWe must enumerate all squares mod 11 to determine residuosity — Euler's criterion only confirms residues, not non-residues
Question 2 Multiple Choice

Why can a^((p−1)/2) only be congruent to 1 or −1 mod p, and not some other value?

ABecause the Legendre symbol only takes those two values, so the exponentiation must match
BBecause a^((p−1)/2) is a square root of a^(p−1) ≡ 1 (mod p), and a prime has only ±1 as square roots of unity
CBecause (p−1)/2 is always even when p is an odd prime
DBecause Fermat's Little Theorem guarantees that any power less than p−1 reduces to 1 or −1
Question 3 True / False

If a^((p−1)/2) ≡ 1 (mod p), then a is a perfect square in the ordinary integers.

TTrue
FFalse
Question 4 True / False

Euler's criterion provides a computationally efficient method for evaluating the Legendre symbol, requiring only O(log p) multiplications via fast exponentiation.

TTrue
FFalse
Question 5 Short Answer

Explain why the residue case of Euler's criterion holds: if a ≡ b² (mod p), why does a^((p−1)/2) ≡ 1 (mod p)?

Think about your answer, then reveal below.