BAMO 2000 Problem 5

Alice plays the following game of solitaire on a 20 \times 20 chessboard. She begins by placing 100 pennies, 100 nickels, 100 dimes, and 100 quarters on the board so that each of the 400 squares contains exactly one coin. She then chooses 59 of these coins and removes them from the board. After that, she removes coins, one at a time, subject to the following rules:

1- A penny may be removed only if there are four squares of the board adjacent to its square (up, down, left, and right) that are vacant (do not contain coins). Squares “off the board” do not count towards this four: for example, a non-corner square bordering the edge of the board has three adjacent squares, so a penny in such a square cannot be removed under this rule, even if all three adjacent squares are vacant.
2- A nickel may be removed only if there are at least three vacant squares adjacent to its square. (And again, “off the board” squares do not count.)
3- A dime may be removed only if there are at least two vacant squares adjacent to its square (“off the board” squares do not count).
4- A quarter may be removed only if there is at least one vacant square adjacent to its square (“off the board” squares do not count).

Alice wins if she eventually succeeds in removing all the coins. Prove that it is impossible for her to win.