Andrew and Benjamin are playing a game on an chessboard. Each turn, they place a knight in a position that isn't threatened by other knights that are already on the board. The first person who is unable to place a knight loses the game.
As an explicit example, the board above shows a possible sequence of 5 turns, where all the squares that are threatened by other knights are marked with red X's.
If Andrew goes first, who will win this game?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The key to this problem is to notice something rather innocuous: The center of the board lies at the corner of four squares
This implies two facts:
Once you notice that, Benjamin's strategy is apparent. When Andrew plays a knight on a square, Benjamin finds that square's pair across the center of the board and plays his knight there. Using this strategy, Benjamin can guarantee that the board will always have 1 8 0 ∘ symmetry on Andrew's turn. Therefore, if a square is available to play on Andrew's turn, its pair would also be a valid play on Andrew's turn, and since a knight on a square cannot attack a knight on its paired square, the pair will still be a valid play on Benjamin's turn.
Since Benjamin will always have a valid move in response to any move Andrew makes, the game must end with Andrew not being able to play, so Benjamin wins .