2023 AMC 12B Problems/Problem 5: Difference between revisions
No edit summary |
|||
| Line 26: | Line 26: | ||
The answer is <math>\boxed{(C) 4}</math> | The answer is <math>\boxed{(C) 4}</math> | ||
==See Also== | |||
{{AMC12 box|year=2023|ab=B|num-b=4|after=6}} | |||
{{MAA Notice}} | |||
Revision as of 19:25, 15 November 2023
Problem
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?
Solution
First, we notice that there are a total of
rectangles in a
grid.
Next, if we choose one of the corners, and the corner is not covered by a
rectangle, we can eliminate a maximum of 2 rectangles.
draw((0,0)--(3,0));
draw((3,0)--(3,3));
draw((3,3)--(0,3));
draw((0,3)--(0,0));
draw((1,0)--(1,3));
draw((2,0)--(2,3));
draw((0,1)--(3,1));
draw((0,2)--(3,2));
text{};
(Error making remote request. Unknown error_msg)
If we choose one of the side squares, we can eliminate a maximum of
rectangles.
Finally, if we choose the center square, we can eliminate a maximum of
rectangles, but doing so means that if we choose a side square, we only eliminate 2 rectangles.
The answer is
See Also
| 2023 AMC 12B (Problems • Answer Key • Resources) | |
| Preceded by Problem 4 |
Followed by 6 |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
| All AMC 12 Problems and Solutions | |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. Error creating thumbnail: File missing