Sum consecutive numbers via the middle
Find the sum of the six consecutive whole numbers below.
Show solution
Understand
We must add six numbers that increase by 1 each time: 251, 252, 253, 254, 255, and 256, and report their total.
- The six consecutive whole numbers are 251, 252, 253, 254, 255, 256
- Each number is exactly 1 more than the one before it
- The sum of all six numbers
- The numbers are consecutive (step of 1)
- There are exactly six of them
Plan
#5 Look for a Pattern · also uses: #7 Identify Subproblems
Consecutive numbers have a balancing pattern: pairing the smallest with the largest gives equal partial sums. Spotting this turns six additions into a simple multiplication.
Execute
Review
The six numbers cluster around 253.5, so the sum should be near 6 x 253.5 = 1521. Our answer 1521 matches exactly, and it is an even total which fits adding six numbers around 253. The magnitude is sensible.
Use the middle-value idea (tool 9, easier related problem): the average of the six is 253.5, and 253.5 x 6 = 1521, confirming the pairing result.
Standards · min grade 3
3.OA.D.9Identify arithmetic patterns and explain using properties of operations — Recognizing that outside-in pairs of consecutive numbers are equal3.NBT.A.2Fluently add and subtract within 1000 — Adding each pair to 507 and within the total2.NBT.A.2Count within 1000, skip-count by 5s, 10s, and 100s — Recognizing the consecutive counting pattern of the six numbers