AMC 10 · 2002 · #10

Grade 8 arithmetic
polynomial-factoringvieta-formulas convert-to-algebra ↑ Prerequisites: polynomial-factoring
📏 Medium solution 💡 2 insights
Problem
Find the sum of every value of x that makes (2x+3)(x-4)+(2x+3)(x-6)=0 true.

Pick an answer.

(A)
$\frac{7}{2}$
(B)
4
(C)
5
(D)
7
(E)
13

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

How to solve
Strategy Identify Subproblems

Instead of multiplying everything out, look at the shape of the left side: it is (2x+3) times one thing plus (2x+3) times another thing. Tool #16 (Change Focus) says read that structure rather than expanding, because the shared factor (2x+3) can be pulled out. Once it is factored into a product that equals zero, tool #7 (Identify Subproblems) takes over: a product is zero exactly when one of its factors is zero, so the single hard equation splits into two easy linear equations. Solve each for one root, then add the roots.

1STEP 1

Pull out the shared factor

Both terms carry the factor (2x+3), so pull it out: (2x+3)[(x-4)+(x-6)] = (2x+3)(2x-10) = 0.

(2x+3)(x-4)+(2x+3)(x-6) = (2x+3)[(x-4)+(x-6)] = (2x+3)(2x-10) = 0
2STEP 2

Split into two linear equations

A product is zero only if a factor is zero, so 2x+3=0 gives x=-3/2 and 2x-10=0 gives x=5.

2x+3=0 → x=-3/2, 2x-10=0 → x=5
3STEP 3

Add the two roots

Add the roots, writing 5 as 10/2: -3/2+10/2 = 7/2, which is choice (A).

-3/2+5 = -3/2+10/2 = 7/2 → (A)
Answer
7/2
The two roots are -1.5 and 5, and -1.5+5=3.5=7/2, matching choice (A). A size check confirms the sign: one root is a small negative number and the other is 5, so their sum should sit a bit below 5 — exactly where 3.5 lands. The equation is quadratic (its highest power is x²), so two roots is the right count; there is no missing third root to add. Choice (D) 7 is the trap for anyone who forgets to divide by the 2 in each factor.
💡Key takeaway

When two terms share a factor, pull it out first — a product that equals zero breaks the problem into one easy equation per factor.

  • Pull out the shared factor
  • Split into two linear equations
  • Add the two roots