Sara makes a staircase out of toothpicks as shown:

This is a -step staircase and uses toothpicks. How many steps would be in a staircase that used toothpicks?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Counting rows of horizontal and vertical toothpicks gives n(n+3) for an n-step staircase; check 3*6 = 18, then solve n(n+3) = 180 to get n = 12.
Solution
Count the horizontal toothpicks of an -step staircase column by column. The tallest column is a stack of squares and needs horizontal toothpicks; the next column needs , and so on down to the last column, which needs . So the horizontals number
The staircase is symmetric about its diagonal, so the vertical toothpicks give the same count. Total:
Check: gives , matching the figure.
Now solve . Since , (the other root, , is negative).
The answer is .
Why this works
Toothpick and tile patterns are almost always quadratic in the step number because both the number of pieces per row and the number of rows grow. Derive the formula from the structure (or from small cases), verify it against the given example, then solve; the given "3 steps, 18 toothpicks" is a built-in check.
Alternative approach
Small cases: step uses , steps use , steps use . These are , , , suggesting , and fits the pattern. Alternatively, differences increase by , confirming a quadratic.
The trap
Assuming the count is proportional to the number of steps (18/3 = 6 per step, so 30 steps), when it actually grows quadratically.
Common mistakes
- Assuming the count is proportional to the number of steps (18/3 = 6 per step, so 30 steps), when it actually grows quadratically.
- Counting horizontal toothpicks per column instead of (forgetting the bottom or top edge), which gives and no integer solution to .
Techniques
Compute small cases, spot the pattern, generalize