Ann made a 3-step staircase using 18 toothpicks as shown in the figure. How many toothpicks does she need to add to complete a 5-step staircase?

- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Count horizontal toothpicks row by row (n + n + (n-1) + ... + 1), double by symmetry: an n-step staircase uses n(n+3) toothpicks, so 40 - 18 = 22.
Solution
Count the horizontal toothpicks in the -step staircase. The bottom row of squares has toothpicks on its floor and on its ceiling; the next row up adds a ceiling of ; the top row adds a ceiling of . That is horizontal toothpicks. By the symmetry of the figure there are also vertical ones, for total, matching the problem.
For a -step staircase the same count gives horizontal toothpicks and vertical, so in all.
Ann already has , so she must add .
The answer is .
Why this works
A staircase of steps has toothpicks in each direction, so total: for and for . Verifying the formula against the given is a free sanity check before applying it to the new case.
Alternative approach
Count what each new step adds. Going from steps to steps adds a new diagonal of squares, each needing new toothpicks, plus more for the new bottom-left corner: toothpicks. From to steps adds , from to adds . Total added: .
The trap
Counting the toothpicks in the whole 5-step staircase (40) and forgetting to subtract the 18 already placed.
Common mistakes
- Counting the toothpicks in the whole -step staircase () and forgetting to subtract the already placed.
- Assuming the toothpick count grows linearly (adding per step gives for five steps and the wrong answer ).
Techniques
Compute small cases, spot the pattern, generalize · Exploit symmetry to reduce work or pair up objects