AMC 10 · 2002 · #2

Grade 6 arithmetic
order-of-operationspolynomial-factoring identify-subproblems ↑ Prerequisites: order-of-operations
📏 Short solution 💡 1 insight
Problem
Find the value of (3x-2)(4x+1) - (3x-2)·4x + 1 when x=4.

Pick an answer.

(A)
$\ 0$
(B)
$\ 1$
(C)
$\ 10$
(D)
$\ 11$
(E)
$\ 12$
How to solve
Strategy Organize Information in More Ways

Both of the first two terms carry the same factor (3x-2), so instead of multiplying everything out, Tool #15 (Organize Information in More Ways) rewrites the expression to pull that shared factor to the front: (3x-2)[(4x+1)-4x]+1. The bracket collapses to a single number, which turns a messy problem into a one-line one. Tool #7 (Identify Subproblems) then handles the leftover in tidy steps — simplify the bracket, add the stray +1, substitute x=4. Tool #3 (Eliminate Possibilities) guards the built-in traps: dropping the outside +1 gives 10 (kills (C)), and mishandling the leftover constants -2+1 as 0 gives 12 (kills (E)).

1STEP 1

Pull out the shared factor

The first two terms share (3x-2), so factor it out and hold the lone +1 aside.

(3x-2)(4x+1)-(3x-2)·4x+1 = (3x-2)[(4x+1)-4x]+1
2STEP 2

Simplify the bracket

Inside the bracket the 4x terms cancel, leaving 1, so the products reduce to 3x-2.

(4x+1)-4x = 1 → (3x-2)·1 = 3x-2
3STEP 3

Add the leftover +1

Bringing back the waiting term gives 3x-1, not 3x-2.

(3x-2)+1 = 3x-2+1 = 3x-1
4STEP 4

Substitute x=4

Substituting x=4 gives 12-1 = 11, choice (D).

3·4-1 = 12-1 = 11 → (D)
Answer
11
Check the shortcut against a straight plug-in. At x=4: (3·4-2)=10 and (4·4+1)=17, so the first product is 10·17=170; the second term is 10·16=160; then 170-160+1=11. This matches the 3x-1=11 from the factoring shortcut, confirming (D). The answer also sits sensibly among the choices — it is not a wild number — and the near-misses 10 and 12 are exactly the values the two most common slips produce.
💡Key takeaway

When two terms share the same factor, pull it out front first — the mess often cancels and leaves a tiny expression to plug into.

  • Pull out the shared factor
  • Simplify the bracket
  • Add the leftover +1
  • Substitute x=4