2023 AMC 12B Problem 5
Problem 5 of 25EasierAlgebraCounting & Probability
You are playing a game. A rectangle covers two adjacent squares (oriented either horizontally or vertically) of a 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 grid is the -square checkerboard (four corners plus the center). So at most squares can be left unguessed, and you must guess
Thus, the correct answer is C.