Skip to main content

2023 AMC 12B Problem 5

Problem 5 of 25EasierAlgebraCounting & Probability

You are playing a game. A 2×12\times 1 rectangle covers two adjacent squares (oriented either horizontally or vertically) of a 3×33\times 3 grid of squares, but you are not told which two squares are covered. Your goal is to find at least one square that is covered by the rectangle. A “turn” consists of you guessing a square, after which you are told whether that square is covered by the hidden rectangle. What is the minimum number of turns you need to ensure that at least one of your guessed squares is covered by the rectangle?

Answer choices

Show solution

Solution

A set of guessed squares is guaranteed to hit the domino if and only if the un-guessed squares contain no two adjacent squares, since otherwise the domino could hide on that adjacent pair. The largest set of pairwise non-adjacent squares in the 3×33\times 3 grid is the 55-square checkerboard (four corners plus the center). So at most 55 squares can be left unguessed, and you must guess 95=4.9-5=4. Thus, the correct answer is C.

More practice

Concepts: combinatorial game · extremal argument

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.