AMC 10 · 2014 · #20

Grade 8 arithmetic
polynomial-factoringsign-analysisperfect-squares bound-inequality-then-enumerate ↑ Prerequisites: polynomial-factoring
📏 Medium solution 💡 2 insights
Problem
Count the integers x for which the value of x⁴-51x²+50 is a negative number.

Pick an answer.

(A)
8
(B)
10
(C)
12
(D)
14
(E)
16

AMC 10 2014 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Introduce a Variable

The expression only uses x⁴ and x², so letting y=x² (Tool #4) turns a scary quartic into an ordinary quadratic y²-51y+50 that factors easily. Tool #7 (Identify Subproblems) then splits the job: first factor, then decide when the product is negative, then translate that back into a range for x. Tool #2 (Make a Systematic List) finishes by counting the integers in that range, remembering each positive value has a matching negative one.

1STEP 1

Substitute to get a quadratic

Every power of x is even, so let y=x². Then x⁴ becomes y², and the quartic turns into the quadratic y²-51y+50.

let y=x² → x⁴-51x²+50 = y²-51y+50
2STEP 2

Factor and undo the substitution

Two numbers multiply to 50 and add to 51: 1 and 50. So y²-51y+50=(y-1)(y-50), and undoing y=x² gives (x²-1)(x²-50).

y²-51y+50=(y-1)(y-50) → (x²-1)(x²-50)
3STEP 3

Decide when the product is negative

A product is negative only with opposite signs, and x²-1 is always the larger, so x²-1 must be positive while x²-50 is negative.

(x²-1)(x²-50) < 0 → x²-1 > 0 and x²-50 < 0
4STEP 4

Turn the two conditions into a range

So 1 < x² < 50. Since 7²=49 is under 50 but 8²=64 is over, the size of x runs 2 through 7.

1 < x² < 50 → 2 ≤ |x| ≤ 7
5STEP 5

Count both signs

Each size gives a positive and a negative twin, so 2,3,4,5,6,7 plus their negatives make 6+6=12 integers — choice (C).

{±2,±3,±4,±5,±6,±7} → 6×2=12 → (C)
Answer
12
Test a boundary and an interior value. At x=1: 1-51+50=0, not negative, correctly excluded. At x=2: 16-204+50=-138, negative, correctly included. At x=7: 2401-2499+50=-48, negative, included. At x=8: 4096-3264+50=882, positive, correctly excluded. So the usable sizes really are 2 through 7, giving 12 integers, matching (C).
💡Key takeaway

Rename x² as one letter, factor into two pieces, and the answer is just the integers whose square lands strictly between 1 and 50 — counted for both signs.

  • Substitute to get a quadratic
  • Factor and undo the substitution
  • Decide when the product is negative
  • Turn the two conditions into a range
  • Count both signs