A grocer makes a display of cans in which the top row has one can and each lower row has two more cans than the row above it. If the display contains cans, how many rows does it contain?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
The rows hold 1, 3, 5, ..., and the sum of the first n odd numbers is n^2, so n^2 = 100 gives n = 10.
Solution
The rows contain cans: the odd numbers in order. With rows, the last row has cans, and the total is an arithmetic series with terms, first term and last term :
Setting gives .
Quick check: ten rows end with cans, and .
The answer is .
Why this works
Any arithmetic series equals (number of terms) (average of first and last term). For the odd numbers this collapses to , a fact worth memorizing on its own; a picture of nested L-shapes filling an square shows why. Recognizing " sums to " as "" turns the problem into one line.
Alternative approach
Test the choices: rows give cans and rows give , so only rows produce exactly .
The trap
Using a wrong series formula (such as n(n+1)/2) or assuming each row adds one can, which leads to a neighboring choice.
Common mistakes
- Using a wrong series formula (such as n(n+1)/2) or assuming each row adds one can, which leads to a neighboring choice.
- Solving and then adding or subtracting a row "for the top," when the top row is already the first odd number.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta