Let be the unique polynomial of minimal degree with the following properties:
- has a leading coefficient ,
- is a root of ,
- is a root of ,
- is a root of , and
- is a root of .
The roots of are integers, with one exception. The root that is not an integer can be written as , where and are relatively prime integers. What is ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Each clue is a value of P: P(1)=1 and P(0)=P(9)=P(4)=0; the cubic gives P(1)=24, so a fourth root r satisfies 24(1-r)=1.
Solution
Unpack each condition as a statement about values of :
- is a root of means , so .
- is a root of means .
- is a root of means .
- is a root of means , so .
Thus is monic with roots . The smallest candidate is the cubic , but it gives . So the degree must be at least , and with one more root ,
Hence and . This degree- polynomial is unique, and its only non-integer root is , so .
The answer is .
Why this works
" is a root of " always means " vanishes at the expression evaluated at ," so the clues are just function values in disguise. A monic polynomial with prescribed roots is a product of linear factors, and one extra value condition () fixes exactly one extra unknown. Reading each condition literally, in order, is the whole problem.
The trap
Reading '2 is a root of P(x-2)' as P(2) = 0 or P(-2) = 0 instead of P(0) = 0, and similarly getting P(3) = 0 instead of P(9) = 0.
Common mistakes
- Reading '2 is a root of P(x-2)' as P(2) = 0 or P(-2) = 0 instead of P(0) = 0, and similarly getting P(3) = 0 instead of P(9) = 0.
- Trying to satisfy with the cubic by changing the leading coefficient, which violates the monic requirement.
Techniques
Set up the equation/formula and compute; no special trick needed · Substitute to simplify (u = x+1/x, shifting, scaling)