AMC 10 · 2014 · #10

Grade 6 algebra
mean-median-mode-rangesequences-arithmetic convert-to-algebrapattern-recognition ↑ Prerequisites: mean-median-mode-range
📏 Medium solution 💡 1 insight
Problem
Five consecutive integers begin at a, and their average is b. Find the average of five consecutive integers that begin at b, written in terms of a.

Pick an answer.

(A)
a+3
(B)
a+4
(C)
a+5
(D)
a+6
(E)
a+7

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

How to solve
Strategy Introduce a Variable

Everything hangs on one letter, a, so Tool #4 (Introduce a Variable) lets me write all five integers as a, a+1, a+2, a+3, a+4 and turn the words into an exact expression for the average. Tool #5 (Look for a Pattern) supplies the shortcut that does the heavy lifting: for five consecutive integers the average is always the middle one, so I never have to add long lists twice.

1STEP 1

Name the five integers

Start at a and step up by 1, so the five integers are a, a+1, a+2, a+3, a+4 — everything in one unknown.

a, a+1, a+2, a+3, a+4
2STEP 2

Average them to get b

The five add up to 5a+10, so dividing by 5 gives b=a+2 — the middle integer of the list.

b=(5a+10)/5=a+2
3STEP 3

Middle term is the average

The second list runs b, b+1, b+2, b+3, b+4, so by the same rule its average is the middle term b+2.

b, b+1, b+2, b+3, b+4 → average=b+2
4STEP 4

Substitute b = a + 2

Replace b with a+2: the second average is b+2=(a+2)+2=a+4, which is choice (B).

b+2=(a+2)+2=a+4 → (B)
Answer
a+4
Test with real numbers. Let a=1: the first list is 1,2,3,4,5 with average b=3. The second list starts at 3: 3,4,5,6,7 with average 5. And a+4=1+4=5, which agrees. Each averaging pass moved the starting point up by exactly 2, and two passes give +4, so (B) is consistent and the other choices are ruled out.
💡Key takeaway

The average of five numbers in a row is just the middle one, and averaging twice bumps the starting number up by 2 each time — so a climbs to a+4.

  • Name the five integers
  • Average them to get b
  • Middle term is the average
  • Substitute b = a + 2