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

Count how many odd numbers each calculation adds: 1st has 1 term, 2nd has 3, 3rd has 5, 4th has 7, 5th has 9. The term count goes up by 2 each time, so the 6th has 11 terms and the 7th has 13 terms.

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

Find the last odd number used

The 7th calculation has 13 terms, so it runs through the first 13 odd numbers, ending at the 13th odd number, which is 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

Look at the results: 1 = 1x1, 9 = 3x3, 25 = 5x5, 49 = 7x7, 81 = 9x9. The result is always the number of terms multiplied by itself. The 7th calculation has 13 terms, so its result is 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