Questions: Euler's Criterion

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

To determine whether 5 is a quadratic residue mod 11 using Euler's Criterion (p = 11), what computation must you perform?

ACheck whether 5 divides 11 − 1 = 10
BCompute 5^5 mod 11, since (p−1)/2 = 5
CCompute 5^10 mod 11 to apply Fermat's Little Theorem directly
DFind the square root of 5 mod 11 by testing all residue classes
Question 2 Multiple Choice

Suppose you compute a^((p−1)/2) ≡ −1 (mod p). What does this tell you about a?

Aa is a quadratic residue mod p because −1 is a perfect square in some fields
Ba is a quadratic non-residue mod p — it has no square root mod p
Ca ≡ −1 (mod p), so a = p − 1
DThe computation was performed incorrectly, since a^((p−1)/2) must equal 1 by Fermat's Little Theorem
Question 3 True / False

The fact that a^((p−1)/2) (mod p) must equal either 1 or −1 follows from Fermat's Little Theorem via the factorization (a^((p−1)/2) − 1)(a^((p−1)/2) + 1) ≡ 0 (mod p) and the primality of p.

TTrue
FFalse
Question 4 True / False

Euler's Criterion holds for most moduli, not just prime moduli, since it follows from Fermat's Little Theorem which holds whenever gcd(a, n) = 1.

TTrue
FFalse
Question 5 Short Answer

Using the group structure of (ℤ/pℤ)*, explain why a^((p−1)/2) ≡ 1 (mod p) if and only if a is a perfect square in that group.

Think about your answer, then reveal below.