AMC 10 · 2003 · #3

Grade 7 algebra
linear-equations-one-varsequences-arithmeticperfect-squares convert-to-algebra ↑ Prerequisites: linear-equations-one-var
📏 Medium solution 💡 2 insights
Problem
Five consecutive even integers add up to a total that is 4 less than the sum of the first 8 odd counting numbers. Find the smallest of the five even integers.

Pick an answer.

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

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

How to solve
Strategy Introduce a Variable

The five unknown evens are all tied to one number — the smallest — so naming it x (Tool #4) turns five mystery values into one expression 5x+20. Tool #5 (Look for a Pattern) collapses the other side fast: the first n odd numbers always total n², so eight of them give 64 without adding one by one. Tool #13 (Convert to Algebra) then turns the sentence '4 less than' into a single equation to solve.

1STEP 1

Add the first 8 odd numbers

The first 8 odd numbers 1,3,5,…,15 total 64 — the first n odds always make n².

1+3+5+7+9+11+13+15 = 8² = 64
2STEP 2

Name the smallest even integer

Call the smallest even integer x; the five are x, x+2, x+4, x+6, x+8, adding to 5x+20.

x+(x+2)+(x+4)+(x+6)+(x+8) = 5x+20
3STEP 3

Turn the sentence into an equation

'4 less than' the odd total of 64 gives 64-4, so the equation is 5x+20 = 60.

5x+20 = 64-4 = 60
4STEP 4

Solve and check

Subtract 20, then divide by 5: x = 8 — choice (B). Check: 8+10+12+14+16 = 60.

5x=40 → x=8 → (B)
Answer
8
The answer x=8 sits near the middle of the choices, which is a good sign. Plugging back, 8+10+12+14+16=60, and 64-60=4, exactly the '4 less' the problem asked for. If you had mistakenly subtracted 4 from the even side, or forgotten the +20 from the constants, you would land on one of the other choices — so the back-check is what confirms (B).
💡Key takeaway

Name the smallest number x, write the rest as steps of 2 above it, and one clean equation does the rest.

  • Add the first 8 odd numbers
  • Name the smallest even integer
  • Turn the sentence into an equation
  • Solve and check