AMC 10 · 2025 · #8

Grade 11 algebra
polynomial-rootspolynomial-factoringvieta-formulas work-backwardsconvert-to-algebra ↑ Prerequisites: polynomial-factoring
📏 Medium solution 💡 3 insights
Problem
A cubic polynomial f(x) = x³ - 5x² + ax + b has integer coefficients a and b. One of its roots is the irrational number 4+√(5). Find a+b.

Pick an answer.

(A)
13
(B)
17
(C)
20
(D)
30
(E)
68
How to solve
Strategy Work Backwards

The usual direction is polynomial first, roots second. Here I am handed a root and asked for the polynomial, so I run the machine backwards: turn the root into a factor, rebuild f(x) in factored form, then expand and read the coefficients off. The one gap in that plan is that a single root does not determine a cubic — I need all three. Organizing the given root differently (as an integer-coefficient quadratic it satisfies) hands me a second root for free, and naming the last root with a variable lets the known x² coefficient pin it down.

1STEP 1

Turn the root into an equation

Clearing the radical gives an integer quadratic.

x - 4 = √(5) → (x-4)² = 5 → x² - 8x + 11 = 0
2STEP 2

Show the quadratic divides f

That quadratic is a factor of f.

f(x) = (x²-8x+11)(x-r) + px + s, p = s = 0
3STEP 3

Pin down the third root

Matching coefficients gives the third root -3.

(x²-8x+11)(x-r) = x³ - (8+r)x² + … → -(8+r) = -5 → r = -3
4STEP 4

Expand the factored form

Expanding reveals the whole cubic.

(x²-8x+11)(x+3) = x³ - 8x² + 11x + 3x² - 24x + 33 = x³ - 5x² - 13x + 33
5STEP 5

Read off a and b

a is -13 and b is 33, so the sum is 20.

x³ - 5x² + ax + b = x³ - 5x² - 13x + 33 → a = -13, b = 33, a+b = 20
Answer
20
Test the root directly in f(x) = x³-5x²-13x+33. Powers of α = 4+√(5) are α² = 21+8√(5) and α³ = 124+53√(5). The rational parts give 124-105-52+33 = 0 and the √(5) parts give 53-40-13 = 0, so f(α)=0 exactly. Both a=-13 and b=33 are integers, as required, and the three roots 4+√(5), 4-√(5), -3 sum to 5, matching the -5x² term. Note a+b=20 is not |a|+|b| or b-a; the negative sign on a is doing real work in the sum, so it is worth keeping.
💡Key takeaway

A polynomial with integer coefficients can never take only one half of an irrational pair like 4±√(5) — it has to take both, and that free second root is enough to rebuild the whole polynomial.

  • Turn the root into an equation
  • Show the quadratic divides f
  • Pin down the third root
  • Expand the factored form
  • Read off a and b