Maths Olympiad Prep

Library / /24 of 34

Combinatorics Difficulty 7.4 National olympiad, round 2 Find the answer

Two players, BB and RR , play the following game on an infinite grid of unit squares, all initially colored white. The players take turns starting with BB . On BB 's turn, BB selects one white unit square and colors it blue. On RR 's turn, RR selects two white unit squares and colors them red. The players alternate until BB decides to end the game. At this point, BB gets a score, given by the number of unit squares in the largest (in terms of area) simple polygon containing only blue unit squares. What is the largest score BB can guarantee?
(A simple polygon is a polygon (not necessarily convex) that does not intersect itself and has no holes.)

A number or a short expression. Spacing and $ signs are ignored.

Solution

It is clear that BB can guarantee a score of 44 squares. We will show that RR has a strategy to limit blue to 44 squares, thus solving the problem.
Partition the grid into 2x2 squares. Red's strategy is as follows:
- If BB plays in a 2x2 square, play the two adjacent squares to BB 's square that are not in the 2x2 square.
- If one (or both) of these moves are blocked, instead play a square a megaparsec away from the rest of the moves. This move can only benefit you and will not change the outcome of the game.
By induction, it is clear that no two blue squares that are adjacent are not in the same 2x2 square. Thus, we conclude that RR has limited blue to a maximum score of 22=42^2 = 4 , and the proof is complete. \square
~mathboy100

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.