For certain real numbers , , and , the polynomial has three distinct roots, and each root of is also a root of the polynomial What is ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Three shared distinct roots force f(x) = g(x)(x - r); the x coefficient gives r = -90, then a = -89 and f(1) = g(1)(1 - r).
Solution
Since the three distinct roots of are roots of , the cubic divides . Both are monic, so the quotient is monic and linear:
for some real .
Expand and match coefficients with :
- : .
- : , so .
- : ; constant: .
From we get . We do not need or , because
The answer is .
Why this works
Sharing all roots of a lower-degree polynomial means divisibility, and monic-ness fixes the quotient up to one unknown. Coefficient matching then needs only as many equations as unknowns; here the linear coefficient alone determines . Evaluating the factored form at avoids computing and at all.
Alternative approach
Finish the expansion: and . Then , confirming the answer.
The trap
Trying to find the roots of g, or solving for b and c by full expansion and making an arithmetic slip; f(1) = g(1)(1 - r) needs only a and r.
Common mistakes
- Trying to find the roots of g, or solving for b and c by full expansion and making an arithmetic slip; f(1) = g(1)(1 - r) needs only a and r.
- Writing the linear factor as but then using the sign convention of , which flips the sign of and gives or similar.
Techniques
Set up the equation/formula and compute; no special trick needed · Test small/specific values or special cases to find or verify the answer