Skip to main content

2023 AMC 10A Problem 21

Problem 21 of 25HarderAlgebra

There is a unique polynomial P(x)P(x) of least degree with leading coefficient 11 satisfying all of the following: 11 is a root of P(x)1,P(x) - 1, 22 is a root of P(x2),P(x - 2), 33 is a root of P(3x),P(3x), and 44 is a root of 4P(x).4P(x). All the roots of P(x)P(x) except one are integers. If the one non-integer root can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers, what is m+n?m + n?

Answer choices

Show solution

Solution

Translate each condition into a value: P(1)=1,P(1) = 1, P(0)=0,P(0) = 0, P(9)=0,P(9) = 0, and P(4)=0.P(4) = 0. So 0,4,90, 4, 9 are roots. Could a cubic do it? A monic cubic with those roots has P(1)=(1)(3)(8)=241,P(1) = (1)(-3)(-8) = 24 \ne 1, so no. The least-degree monic polynomial is degree 4:4: P(x)=x(x4)(x9)(xc).P(x) = x(x - 4)(x - 9)(x - c). Now P(1)=(1)(3)(8)(1c)P(1) = (1)(-3)(-8)(1 - c) =24(1c)= 24(1 - c) =1,= 1, so 1c=1241 - c = \frac{1}{24} and c=2324.c = \frac{23}{24}. That’s the lone non-integer root, so m+n=23+24=47.m + n = 23 + 24 = 47. Thus, D is the correct answer.

More practice

Concepts: polynomial · substitution

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.