Let be a positive integer. A mouse wants to jump from the bottom-left corner cell to the top-right corner cell of a 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 consisting of cells on the board, we say blocks the mouse if and only if, when traps are placed on all the cells of , the mouse cannot jump from to . We say is minimal if and only if blocks the mouse, but removing any cell of 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 .
(ii) Prove that there exists a minimal set that blocks the mouse with no fewer than cells.
, 2022
Solution
(a) For a minimal set , without touching , let be the set of all cells the mouse can reach from , and let be the set of all cells from which can be reached.
Note that from one can reach at most cells (including and , excluding ), hence
Similarly, , and thus , that is, .
(b) Below is a minimal set with cells:

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.