Both roots of the quadratic equation are prime numbers. The number of possible values of is
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
The roots add to the odd number 63, so one prime root must be the only even prime, 2, forcing the other to be 61.
Solution
Let the roots be primes and . By Vieta, and .
Two odd numbers add to an even number, so a sum of forces one root to be even. The only even prime is , so and , which is prime. Hence is the only possibility.
The answer is .
Why this works
Vieta turns a statement about roots into a statement about a sum and a product. Parity then does the rest: any time two primes must add to an odd number, one of them is . This "odd sum means a 2 is present" step recurs constantly in AMC number theory.
The trap
Searching for prime pairs summing to 63 without the parity shortcut, or counting (2, 61) and (61, 2) as two different values of k.
Common mistakes
- Searching for prime pairs summing to 63 without the parity shortcut, or counting (2, 61) and (61, 2) as two different values of k.
- Forgetting to verify that is prime before concluding.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Use an invariant, parity, or coloring argument