AMC 10 · 2017 · #23

Grade 11 algebra
polynomial-rootspolynomial-factoringfunction-evaluationslope-intercept pattern-recognitionconvert-to-algebra ↑ Prerequisites: polynomial-factoringpolynomial-roots
📏 Long solution 💡 4 insights
Problem
A cubic polynomial f has a graph passing through the points (2,4), (3,9), and (4,16), called A, B, and C. Each of the three lines AB, AC, and BC cuts the graph at one further point: D, E, and F. The three x-coordinates of D, E, and F add up to 24. Find the value of f at zero.

Pick an answer.

(A)
-2
(B)
0
(C)
2
(D)
$\dfrac{24}{5}$
(E)
8
How to solve
Strategy Organize Information in More Ways

Tool #15 (Organize Information in More Ways): tracking f directly is hopeless, but the three given points are not random — they all sit on the parabola y=x², so I track the difference f(x)-x² instead, and that difference has three known roots. Tool #5 (Look for a Pattern): the values 4, 9, 16 are the squares of 2, 3, 4, and later the three chords all behave the same way with the labels rotated. Tool #4 (Introduce a Variable): the data cannot pin down f completely, so I name the one leftover degree of freedom a and let the sum-24 condition fix it. Tool #7 (Identify Subproblems): each of the three lines becomes its own small factoring problem before the results are added.

1STEP 1

Notice the hidden parabola

Each y value is x squared.

f(2)=4=2², f(3)=9=3², f(4)=16=4²
2STEP 2

Write f as a square plus a cubic

So f is a square plus a cubic.

f(x) = a(x-2)(x-3)(x-4) + x², a ≠ 0
3STEP 3

Turn meets again into an equation

Subtracting a line leaves three roots.

AB: y = 5x-6; f(x)-(5x-6)=0 has roots 2, 3, x_D
4STEP 4

Factor out the known roots

Factoring out the two known roots shows the third immediately.

f(x)-(5x-6) = a(x-2)(x-3)(x-4)+(x-2)(x-3) = (x-2)(x-3)[a(x-4)+1] → x_D = 4-1/a
5STEP 5

Rotate the labels for AC and BC

All three lines give the same shape of answer.

f(x)-(6x-8)=(x-2)(x-4)[a(x-3)+1] → x_E = 3-1/a; f(x)-(7x-12)=(x-3)(x-4)[a(x-2)+1] → x_F = 2-1/a
6STEP 6

Use the sum to pin down a

The sum of 24 fixes the last coefficient.

(4-1/a)+(3-1/a)+(2-1/a)=9-3/a=24 → 3/a=-15 → a=-1/5
7STEP 7

Evaluate f at zero

Plugging in zero gives twenty-four fifths.

f(0) = -1/5(-2)(-3)(-4)+0² = -1/5·(-24) = 24/5 → (D)
Answer
24/5
Check the whole story against the finished polynomial f(x)=-1/5(x-2)(x-3)(x-4)+x². Since 1/a=-5, the third intersections sit at x_D=4+5=9, x_E=3+5=8, x_F=2+5=7, which sum to 24 as required, and none of 9, 8, 7 equals 2, 3, or 4 — so the lines really do meet the graph again at new points, as the problem states. Direct substitution confirms each one: f(9)=-1/5(7)(6)(5)+81=39=5(9)-6; f(8)=-1/5(6)(5)(4)+64=40=6(8)-8; f(7)=-1/5(5)(4)(3)+49=37=7(7)-12. The answer 24/5=4.8 is also plausible in size: near x=0 the cubic correction is small compared with the values at 2, 3, 4.
💡Key takeaway

The three given points all sit on y=x², so studying f(x)-x² instead of f hands you the factored cubic a(x-2)(x-3)(x-4), and the one number a is fixed by the sum 24 — giving f(0)=24/5, choice (D).

  • Notice the hidden parabola
  • Write f as a square plus a cubic
  • Turn meets again into an equation
  • Factor out the known roots
  • Rotate the labels for AC and BC
  • Use the sum to pin down a
  • Evaluate f at zero