(Luxembourg). Let be a positive integer. Dominoes are placed on a board in such a way that every cell of the board is adjacent to exactly one cell covered by a domino. For each , determine the largest number of dominoes that can be placed in this way.
(A domino is a tile of size or . Dominoes are placed on the board in such a way that each domino covers exactly two cells of the board, and dominoes do not overlap. Two cells are said to be adjacent if they are different and share a common side.)
Solution
Let denote the maximal number of dominoes that can be placed on the chessboard. We claim that . The proof naturally splits into two parts: we first prove that dominoes can be placed on the board, and then show that to complete the proof.
We construct placings of the dominoes by induction. The base cases and correspond to the placings
!
Next, we add dominoes to the border of a chessboard to obtain a placing of dominoes for the board,
!
depending on whether is odd or even. In these constructions, the interior square is filled with the placing for the board. This construction adds dominoes, and therefore places, in total,
dominoes on the board. Noticing that the contour and the interior mesh together appropriately, this proves, by induction, that dominoes can be placed on the board.
To prove that , we border the square board up to a square board; this adds cells to the cells that we have started with. Calling a cell covered if it belongs to a domino or is adjacent to a domino, each domino on the board is seen to cover exactly 8 cells of the board (some of which may belong to the border). By construction, each of the cells of the board is covered by precisely one domino.
If two adjacent cells on the border, away from a corner, are covered, then there will be at least two uncovered cells on both sides of them; if one covered cell lies between uncovered cells, then again, on both sides of it there will be at least two uncovered cells; three or more adjacent cells cannot be all covered. The following diagrams, in which the borders are shaded, marks an uncovered cell on the border, + marks a covered cell not belonging to a domino, and - marks a cell which cannot belong to a domino, summarize the two possible situations,
| | | | + | + | | | |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| | - | + | | | + | - | |
| | | - | + | + | - | | |
| | | | - | - | | | |
| | | | | | | | |
or
!
Close to a corner of the board, either the corner belongs to some domino,
| | + | + | | | |
| :---: | :---: | :---: | :---: | :---: | :---: |
| + | | | + | - | |
| | + | + | - | | |
| | - | - | | | |
| | | | | | |
or one of the following situations, in which the corner cell of the original board is not covered by a domino, may occur:
!
It is thus seen that at most half of the cells on the border, i.e. cells, may be covered, and hence
which completes the proof of our claim.