Patterns & Reasoning

Problem

Pattern in equations predicts the answer

A list of calculations adds up consecutive odd numbers starting from 1. The 1st calculation is just 1, the 2nd is 1+3+5=9, the 3rd is 1+3+5+7+9=25, and so on, with each calculation using more odd numbers than the one before. We must write the seventh calculation, including its result, without grinding through every sum.
Operations
Your answer
How to solve
Strategy Look for a Pattern — The results 1, 9, 25, 49, 81 are the square numbers 1, 3, 5, 7, 9 squared, and the number of terms grows by 2 each step. Spotting these two patterns lets us write the seventh calculation and its result directly.
1STEP 1

Count the terms in each calculation

Term counts go 1, 3, 5, 7, 9, 11, up by 2 each time, so the 7th calculation has 13 terms.

1, 3, 5, 7, 9, 11, 13 terms
2STEP 2

Find the last odd number used

With 13 terms it stops at the 13th odd number, 2 x 13 - 1 = 25.

1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 + 21 + 23 + 25
3STEP 3

Use the square-number pattern for the result

Results 1, 9, 25, 49, 81 are each the number of terms multiplied by itself, so 13 terms gives 13 x 13.

13 × 13 = 169
Answer
1+3+5+7+9+11+13+15+17+19+21+23+25 = 169
13 × 13 = 169
The result must be a square: 169 = 13 x 13, and the calculation uses 13 terms ending at 25, both matching the pattern. It is larger than the 5th calculation's 81, which is right since we added more odd numbers.
Takeaway

Adding odd numbers starting at 1 always makes a square, so the 7th calculation (13 odd numbers) equals 13 x 13 = 169 with no long adding!

  • Count the terms in each calculation
  • Find the last odd number used
  • Use the square-number pattern for the result
Where next?
Another one like thissuggested

▶ Practice — 11 problems