AMC 10 · 2004 · #1

Grade 4 arithmetic
interval-arithmeticmulti-digit-arithmetic identify-subproblems ↑ Prerequisites: multi-digit-arithmetic
📏 Short solution 💡 1 insight
📘 View easy version →
Problem
Every row in an amphitheater holds 33 seats. The rows numbered 12 through 22 are all reserved for one club. Find the total number of reserved seats.

Pick an answer.

(A)
297
(B)
330
(C)
363
(D)
396
(E)
726

AMC 10 2004 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Identify Subproblems

The problem splits into two clean subproblems (Tool #7): first count how many rows run from 12 to 22, then multiply that count by the 33 seats in each row. The one real trap is the inclusive count — writing 22-12=10 forgets that row 12 itself is reserved. Tool #3 (Eliminate Possibilities) shows every wrong choice is a specific miscount: 330=10×33 (off by one), 297=9×33, 396=12×33, and 726=22×33.

1STEP 1

Count the reserved rows

Both endpoints count, so subtract and add one: 22-12+1 = 11 reserved rows, not 10.

22-12+1 = 11
2STEP 2

Multiply rows by seats per row

The 11 rows are equal groups of 33 seats, so the total is 11×33 = 330 + 33 = 363.

11×33 = 330 + 33 = 363
3STEP 3

Check against the trap choices

363 is choice (C); the traps count 10 rows for (B) 330, 9 for (A) 297, 12 for (D) 396, and all 22 for (E) 726.

11×33 = 363 → (C)
Answer
363
A quick estimate: about a dozen rows of about 33 seats is roughly 12×33≈396, so the total should sit a little under 400. The value 363 fits, while 726 (nearly double) and 297 (too few rows) do not. The exact inclusive count is 11 rows, and 11×33=363 confirms choice (C).
💡Key takeaway

To count rows from a first number through a last number, subtract them and add one — then multiply by how many seats each row holds.

  • Count the reserved rows
  • Multiply rows by seats per row
  • Check against the trap choices