AMC 10 · 2023 · #10

Easy mode Grade 4
📗 View original problem →

Problem

Picture a 3×33 \times 3 grid of squares. Somewhere on the grid, a 2×12 \times 1 rectangle is hidden. It covers two squares that share a side — either side by side, or one on top of the other. You do not know where it is.

Your job is to find at least one square that the rectangle covers.

Here is how the game works. On each turn, you pick a square. You are then told whether that square is one of the two covered ones. You keep going until you hit a covered square.

You want a plan that is guaranteed to work, no matter where the rectangle is hiding. What is the smallest number of turns that guarantees you hit a covered square?

Pick an answer.

(A)
~3
(B)
~5
(C)
~4
(D)
~8
(E)
~6

AMC 10 2023 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.