Problem 11 · AMC 8 Stretch
Core
Number Theory
Geometry & Measurement
visual-representationpattern-recognition
Look at these sums: \(1 = 1\), \(1+3 = 4\), \(1+3+5 = 9\), \(1+3+5+7 = 16\). Adding up the first \(n\) odd numbers always gives a perfect square. What is the sum of the first \(10\) odd numbers?
Show answer
Answer: 100
Show hints
Hint 1 of 4
First just look at the answers: \(1, 4, 9, 16, 25, \dots\) What kind of numbers are these?
Still stuck? Show hint 2 →
Hint 2 of 4
Draw each sum as dots arranged in a square. Start with \(1\) dot. How do you grow the square to the next size?
Still stuck? Show hint 3 →
Hint 3 of 4
To turn a \(k \times k\) square into a \((k+1) \times (k+1)\) square, you add an L-shaped border: \(k\) dots down the new right side, \(k\) dots along the new bottom, and \(1\) dot in the corner.
Show solution
Approach: Picture proof β each odd number is an L-shaped square border
- The answers \(1, 4, 9, 16, 25, \dots\) are the perfect squares \(1^2, 2^2, 3^2, 4^2, \dots\)
- Build the sum as a square of dots. To grow a \(k \times k\) square into the next square, add an L-shaped border: a column of \(k\) dots, a row of \(k\) dots, and \(1\) corner dot.
- That border has \(k + k + 1 = 2k + 1\) dots β exactly the next odd number. So \(1 + 3 + 5 + \dots + (2n-1) = n^2\).
- Adding the first \(10\) odd numbers therefore gives \(10^2 = 100\).
Mark:
· log in to save