AMC 10 · 2022 · #19

Easy mode Grade 3
📗 View original problem →

Problem

Imagine a 5×55 \times 5 grid of squares. Each square is either filled in (dark) or empty (blank).

For any square, look at the squares that touch it — including the ones touching only at a corner. So a square in the middle of the grid has 88 neighbors.

Now we change every square at the same time, using these rules:

  • A filled square stays filled if it has exactly 22 or 33 filled neighbors.
  • An empty square becomes filled if it has exactly 33 filled neighbors.
  • Every other square ends up empty.

Here is the special starting setup. The outer ring of the 5×55 \times 5 grid is all empty. Inside that ring is a 3×33 \times 3 block of squares in the middle, and each square in that block could be filled or empty — we get to choose.

We want to choose the filled and empty squares in the middle 3×33 \times 3 block so that, after applying the rules once, the only filled square in the whole 5×55 \times 5 grid is the very center square.

How many different starting setups of the middle 3×33 \times 3 block give this result? (Rotated or flipped versions count as different setups.)

Pick an answer.

(A)
14
(B)
18
(C)
22
(D)
26
(E)
30

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

Try it yourself first — the explanation is most useful after you’ve attempted it.