Questions: Wilson's Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You compute 10! mod 11 and get 10. Does Wilson's theorem confirm that 11 is prime?

AYes — since 10 ≡ −1 (mod 11), this satisfies Wilson's condition and confirms 11 is prime
BNo — Wilson's theorem only applies when (p−1)! ≡ 0 (mod p)
CYes — but only because 10! happened to be divisible by a factor of 11−1
DCannot determine — Wilson's theorem requires computing the result in a different form
Question 2 Multiple Choice

For a prime p, what happens to the elements {2, 3, ..., p−2} when computing (p−1)! mod p?

AThey are each divisible by p, so they contribute 0 to the product
BThey alternate in sign, canceling each other out
CEach pairs with its distinct multiplicative inverse in the same set, contributing a factor of 1 to the product
DThey collectively produce a factor of (p−1)/2, which then cancels with the remaining terms
Question 3 True / False

Wilson's theorem provides an efficient algorithm for determining whether a large number is prime, since it gives an exact characterization of primality.

TTrue
FFalse
Question 4 True / False

In the proof of Wilson's theorem, the reason the product (p−1)! simplifies cleanly is that 1 and p−1 are the only elements in {1, ..., p−1} that are their own multiplicative inverses mod p.

TTrue
FFalse
Question 5 Short Answer

Why does Wilson's theorem fail for composite numbers? Explain why (n−1)! ≢ −1 (mod n) when n is composite.

Think about your answer, then reveal below.