Maths Olympiad Prep

Library / /85 of 397

, 2022

Combinatorics Difficulty 5.2 AIME, harder Prove it Taiwan

Let m>1m > 1 be a positive integer. A mouse wants to jump from the bottom-left corner cell aa to the top-right corner cell bb of a 3m×3m3m \times 3m chessboard. Each time, the mouse can move to the cell one square to the right or one square above its current position. However, some cells on the board have mouse traps placed on them; if the mouse runs onto a mouse trap, it becomes stuck and can no longer move.
For a set XX consisting of cells on the board, we say XX blocks the mouse if and only if, when traps are placed on all the cells of XX, the mouse cannot jump from aa to bb. We say XX is minimal if and only if XX blocks the mouse, but removing any cell of XX causes it to no longer block the mouse. Prove:
(i) The number of cells in any minimal set that blocks the mouse is not greater than 3m23m^2.
(ii) Prove that there exists a minimal set that blocks the mouse with no fewer than 3m23m3m^2 - 3m cells.

Solution

(a) For a minimal set XX, without touching XX, let AA be the set of all cells the mouse can reach from aa, and let BB be the set of all cells from which bb can be reached.
Note that from AA one can reach at most 2A2|A| cells (including AA and XX, excluding aa), hence
2AX+(A1)XA+1. 2|A| \geq |X| + (|A| - 1) \Leftrightarrow |X| \leq |A| + 1.
Similarly, XB+1|X| \leq |B| + 1, and thus 9m2A+B+X3m229m^2 \geq |A| + |B| + |X| \geq 3|m^2 - 2, that is, X3m2|X| \leq 3m^2.

(b) Below is a minimal set with 3m22m+23m^2 - 2m + 2 cells:

Figure 1

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: MathNet, licensed CC-BY-4.0. Statement translated into English from zh; metadata (topic, difficulty) added by this project.