Board of Odd Area
Can a \(5\times5\) board be tiled by \(1\times2\) dominoes?
Compare the areas.
The board has area \(25\), while each domino has area \(2\). The total area covered by dominoes is always even, so an area of \(25\) cannot be tiled.
Chapter
Theory
A coloring turns a board picture into a counting problem. If every tile covers colors in a fixed ratio, then the whole tiled region must have the same ratio.
The main skill is to choose a useful coloring, not a pretty one. Dominoes often need the usual chessboard coloring. Straight trominoes and tetrominoes are handled by diagonal colorings modulo \(3\) and \(4\). For knight moves, remember that a knight changes square color at every move.
First check area. If area gives no contradiction, try chessboard coloring. If the pieces are long, use coloring modulo their length. If directions matter, color rows or columns in stripes.
A good test is to count how many cells of each color one tile covers. If this number is fixed for every tile, the whole region must have the same color ratio.
Examples
The basic example shows why area alone is not enough.
Problem. Can an \(8\times8\) board be tiled by dominoes if two opposite corner cells are removed?
In chessboard coloring, opposite corners have the same color. After removing these two cells, one color has two fewer cells than the other. Each domino covers one black and one white cell. Therefore the remaining board cannot be tiled by dominoes.
Comment. Invariant: the difference between the numbers of black and white cells.
Sometimes coloring immediately determines which cell must remain free.
Problem. A \(7\times7\) board is covered by dominoes so that exactly one cell is left uncovered. What color is this cell in chessboard coloring?
On a \(7\times7\) board, one color has \(25\) cells and the other has \(24\). Each domino covers one cell of each color. Thus \(24\) dominoes cover \(24\) cells of each color, and the remaining cell has the color that appeared \(25\) times.
Comment. On an odd board, the majority color is the color of the corners.
A straight tromino needs a three-coloring, not the usual chessboard coloring.
Problem. Can a \(5\times5\) board with the corner cell \((1,1)\) removed be tiled by straight \(1\times3\) trominoes?
Color cell \((i,j)\) by the residue of \(i+j\pmod3\). Any straight tromino, horizontal or vertical, covers one cell of each color. On a \(5\times5\) board the color counts are \(9,8,8\). The corner \((1,1)\) has color \(2\), so after removing it the counts become \(9,8,7\). They are not equal, so no tiling exists.
Comment. For straight pieces of length \(3\), diagonal coloring is stronger than chessboard coloring.
A coloring may track not only the shape but also the direction of pieces.
Problem. Can a \(6\times6\) board be tiled by dominoes so that exactly \(5\) dominoes are vertical?
Color the columns alternately black and white. A horizontal domino covers one black-column cell and one white-column cell. A vertical domino covers two cells of the same column color. The full board has equal numbers of the two column colors. Hence vertical dominoes must contribute equal numbers of cells of the two colors, so the number of vertical dominoes in black columns must equal the number in white columns. But there are \(5\) vertical dominoes, and an odd number cannot be split equally. Impossible.
Comment. This idea often appears when the number of horizontal or vertical tiles is restricted.
Coloring works for movement problems as well as tiling problems.
Problem. A knight stands on a black square of a chessboard. Can it return to a black square after \(9\) moves?
Every knight move changes the color of the square. After an odd number of moves, the color is opposite to the initial one. Since \(9\) is odd, the knight is on a white square, not on a black one.
Comment. Here the preserved relation is between color and the parity of the number of moves.
Straight tetrominoes require coloring modulo \(4\).
Problem. Can an \(8\times8\) board with its four corners removed be tiled by straight \(1\times4\) tetrominoes?
Color cell \((i,j)\) by the residue of \(i+j\pmod4\). Any straight tetromino covers one cell of each of the four colors. On the full \(8\times8\) board, each color appears \(16\) times. The four corners have colors \(2,1,1,0\), so after removing them the four color counts are not equal. Therefore such a tiling is impossible.
Comment. The usual chessboard coloring gives no contradiction here: two black and two white cells are removed.
Sometimes coloring does not only forbid; it tells where the exceptional cell must be.
Problem. An \(8\times8\) board is to be covered by \(21\) straight \(1\times3\) trominoes and one single cell. Prove that the single cell must have color \(0\) under the coloring \((i,j)\mapsto i+j\pmod3\).
Under this coloring, every straight tromino covers one cell of each color. Therefore \(21\) trominoes cover \(21\) cells of each color. On an \(8\times8\) board, the counts of colors \(0,1,2\) are \(22,21,21\). The single cell must be the extra cell of color \(0\).
Comment. This is a necessary condition. It does not automatically prove that such a tiling exists.
A stronger problem often requires replacing the usual chessboard coloring.
Problem. All cells on both diagonals of a \(10\times10\) board are removed. Can the remaining region be tiled by straight \(1\times4\) tetrominoes?
The area is \(100-20=80\), divisible by \(4\). Chessboard coloring also gives no contradiction: one diagonal consists of cells of one color and the other diagonal of cells of the other color. Now color cell \((i,j)\) by \(i+j\pmod4\). A straight tetromino covers one cell of each of the four colors. On the full \(10\times10\) board, colors \(0,1,2,3\) occur \(25,24,25,26\) times. The main diagonal removes \(5\) cells of color \(0\) and \(5\) of color \(2\); the other diagonal removes \(10\) cells of color \(3\). After removal, the color counts cannot become equal. Hence no tiling exists.
Comment. The point is: if a simple coloring is silent, change the coloring.
Problems
Can a \(5\times5\) board be tiled by \(1\times2\) dominoes?
Compare the areas.
The board has area \(25\), while each domino has area \(2\). The total area covered by dominoes is always even, so an area of \(25\) cannot be tiled.
Two cells of the same color are removed from a \(6\times6\) board in chessboard coloring. Prove that the remaining board cannot be tiled by dominoes.
Each domino covers one cell of each color.
The full \(6\times6\) board has equal numbers of black and white cells. Removing two cells of the same color destroys this equality. But every domino covers one black and one white cell, so any domino tiling would cover equal numbers of the two colors. Contradiction.
A \(7\times7\) board is covered by dominoes with one cell left uncovered. Prove that this cell has the same color as the corner cells.
Count the colors on an odd board.
On a \(7\times7\) board, the corner color occurs \(25\) times and the other color \(24\) times. Dominoes cover equal numbers of the two colors. Hence the remaining cell must have the color that occurred one more time, the corner color.
A knight stands on a black square. Can it be on a black square again after \(9\) moves?
What happens to the color after one knight move?
Every knight move changes the square color. After an odd number of moves the color is opposite to the initial one. Since \(9\) is odd, the knight is on a white square. It cannot be on black after \(9\) moves.
The cell \((1,1)\) is removed from a \(5\times5\) board. Can the remaining region be tiled by straight \(1\times3\) trominoes?
Color cell \((i,j)\) by the residue of \(i+j\pmod3\).
Under the coloring by \(i+j\pmod3\), every straight tromino covers one cell of each color. On the \(5\times5\) board, colors \(0,1,2\) occur \(9,8,8\) times. The cell \((1,1)\) has color \(2\), so after removing it the counts become \(9,8,7\). They are not equal, so no tiling exists.
Two opposite corner cells are removed from an \(8\times8\) board. Prove that the remaining board cannot be tiled by dominoes.
Opposite corners have the same color.
In chessboard coloring, opposite corners of an \(8\times8\) board have the same color. After removing them, one color has two fewer cells than the other. Each domino covers one cell of each color, so the remaining region cannot be tiled.
All cells on the main diagonal of an \(8\times8\) board are removed. Can the remaining region be tiled by dominoes?
All cells on the main diagonal have the same color.
In chessboard coloring, cell \((i,i)\) always has the same color because \(i+i\) is even. Thus \(8\) cells of one color are removed. The full board had equal color counts, and after removal they are unequal. Dominoes cover colors equally, so tiling is impossible.
Can a \(6\times6\) board be tiled by dominoes so that exactly \(5\) dominoes are vertical?
Color the columns alternately.
Color the columns alternately in two colors. A horizontal domino covers one cell of each column color, while a vertical domino covers two cells of one column color. The board has \(18\) cells of each color. Horizontal dominoes keep the balance, so vertical dominoes must contribute equal numbers of cells of the two colors. Thus the number of vertical dominoes in the two types of columns must be equal. But their total is \(5\), impossible.
The cell \((1,2)\) is removed from a \(7\times7\) board. Can the remaining region be tiled by straight \(1\times3\) trominoes?
Use coloring by \(i+j\pmod3\).
Under the coloring \((i,j)\mapsto i+j\pmod3\), every straight tromino covers one cell of each color. On a \(7\times7\) board, colors \(0,1,2\) occur \(16,16,17\) times. The cell \((1,2)\) has color \(0\), so after removal the counts are \(15,16,17\). They are not equal, so the remaining region cannot be tiled by straight trominoes.
The cell \((1,2)\) is removed from a \(5\times5\) board. Prove that the remaining region cannot be tiled by straight \(1\times4\) tetrominoes.
Color cell \((i,j)\) by \(i+j\pmod4\).
Under coloring by \(i+j\pmod4\), each straight tetromino covers one cell of each of the four colors. On the \(5\times5\) board, colors \(0,1,2,3\) occur \(6,6,7,6\) times. The cell \((1,2)\) has color \(3\), so after removing it the counts are \(6,6,7,5\). They are not equal, so no tiling exists.
A knight starts in a corner of a \(4\times4\) board, makes \(15\) moves, and visits a new cell each time. Can it finish in the opposite corner?
Compare the colors of the corners and the parity of the number of moves.
Opposite corners of a \(4\times4\) board have the same color. But every knight move changes color, so after \(15\) moves, an odd number, the knight must be on the opposite color. Therefore it cannot finish in the opposite corner.
Let \(m\) and \(n\) be odd. An \(m\times n\) rectangle is covered by dominoes except for one cell. Prove that the uncovered cell has the color that occurs one more time on the board.
In an odd rectangle, the color counts differ by one.
Since \(mn\) is odd, one color occurs one more time in chessboard coloring. Dominoes cover one cell of each color. Hence after all domino-covered cells are removed, the remaining cell must have the majority color.
All cells on the main diagonal of a \(10\times10\) board are removed. Prove that the remaining region cannot be tiled by dominoes.
The cells \((i,i)\) have the same color.
In chessboard coloring, all cells on the main diagonal have the same color. The full \(10\times10\) board has equal color counts, and after removing \(10\) cells of one color the equality is broken. A domino always covers one cell of each color, so tiling is impossible.
An \(8\times8\) board is to be covered by \(21\) straight \(1\times3\) trominoes and one single cell. Prove that the single cell cannot be \((1,1)\) or \((8,8)\).
Count colors under the coloring \(i+j\pmod3\).
Under the coloring \((i,j)\mapsto i+j\pmod3\), every tromino covers one cell of each color. Thus \(21\) trominoes cover \(21\) cells of each color. On the \(8\times8\) board, colors \(0,1,2\) occur \(22,21,21\) times. Therefore the single cell must have color \(0\). But \((1,1)\) has color \(2\), and \((8,8)\) has color \(16\equiv1\pmod3\). Neither can be the single cell.
Can an \(8\times8\) board be tiled by dominoes so that exactly \(17\) dominoes are vertical?
Color the columns alternately in two colors.
Color the columns alternately. A horizontal domino always covers one cell of each column color. A vertical domino covers two cells of one color. Since the board has equal color counts, vertical dominoes must be split equally between the two types of columns. Their number must be even. Since \(17\) is odd, such a tiling is impossible.
Prove that on a \(5\times5\) board there is no closed knight tour visiting every cell exactly once.
A closed knight tour would be an odd cycle in a bipartite graph.
Color the board as a chessboard. Every knight move changes color, so the knight graph is bipartite: all edges go between the two colors. A closed tour through \(25\) cells would be a cycle of length \(25\). But every cycle in a bipartite graph has even length, because colors alternate. Contradiction.
A \(9\times9\) board is tiled by dominoes and one monomino. Prove that the monomino lies on a square of the same color as the corners.
Dominoes cover colors equally.
On a \(9\times9\) board, the corner color occurs \(41\) times and the other color \(40\) times. All dominoes together cover equal numbers of the two colors. The one remaining cell, covered by the monomino, must have the majority color, the corner color.
All cells on the main diagonal of an \(8\times8\) board are removed. Can the remaining region be tiled by straight \(1\times4\) tetrominoes?
Check not only chessboard coloring, but also \(i+j\pmod4\).
Color cell \((i,j)\) by \(i+j\pmod4\). A straight tetromino covers one cell of each color. On the full \(8\times8\) board each color occurs \(16\) times. On the main diagonal the colors alternate only between \(0\) and \(2\): four cells of color \(0\) and four of color \(2\) are removed, while colors \(1\) and \(3\) are not removed. The remaining counts are \(12,16,12,16\), not all equal. Hence no tiling exists.
A \(7\times7\) board is covered by \(16\) straight \(1\times3\) trominoes and one monomino. Prove that the monomino can stand only on a cell with \(i+j\equiv2\pmod3\).
Count colors under the coloring by \(i+j\pmod3\).
Under coloring by \(i+j\pmod3\), every straight tromino covers one cell of each color. Thus \(16\) trominoes cover \(16\) cells of each color. On the \(7\times7\) board the color counts are \(16,16,17\), with the extra color being \(2\). Therefore the monomino must stand on a cell of color \(2\), meaning \(i+j\equiv2\pmod3\).
On an \(8\times8\) board, dominoes cover all cells except two. Is it necessarily true that the two uncovered cells have the same color?
How many cells of each color do dominoes cover?
The full \(8\times8\) board has \(32\) cells of each color. Dominoes cover equal numbers of black and white cells. If one uncovered cell were black and the other white, the covered cells would include \(31\) black and \(31\) white cells, which is consistent. Thus the proposed statement is false: the two uncovered cells may have different colors. For example, leave two adjacent cells and tile the rest. Therefore the correct conclusion is that coloring does not force the two cells to have the same color.
The four corner cells are removed from an \(8\times8\) board. The remaining area is divisible by \(4\), and the numbers of black and white cells are equal. Prove that it still cannot be tiled by straight \(1\times4\) tetrominoes.
The usual chessboard coloring is too crude. Use four colors.
Color cell \((i,j)\) by \(i+j\pmod4\). Each straight tetromino covers one cell of each color. On the full \(8\times8\) board each color occurs \(16\) times. The corners have colors \(2,1,1,0\), so after removal the counts are \(15,14,15,16\). These are not equal, so the region cannot be split into pieces each taking one cell of each color.
A \(9\times9\) board is covered by \(20\) straight \(1\times4\) tetrominoes and one monomino. Prove that the monomino lies on a cell with \(i+j\equiv2\pmod4\).
Count the four colors on the \(9\times9\) board.
Color cell \((i,j)\) by \(i+j\pmod4\). Each straight tetromino covers one cell of each color, so \(20\) tetrominoes cover \(20\) cells of each color. On the \(9\times9\) board, the counts of colors \(0,1,2,3\) are \(20,20,21,20\). Hence the single monomino must cover the extra cell of color \(2\).
An \(8\times8\) board is tiled by dominoes. Prove that if the number of vertical dominoes is odd, such a tiling is impossible. Then give an example with exactly \(16\) vertical dominoes.
For impossibility, use column coloring. For the example, split the board into two halves.
Color the columns alternately. As before, horizontal dominoes cover one cell of each color, while vertical dominoes cover two cells of one color. Since the whole board has equal color counts, vertical dominoes must be split equally between the two types of columns. Hence their total number is even. Thus an odd number of vertical dominoes is impossible. Example with \(16\): tile the first four columns entirely by vertical dominoes, giving \(16\) vertical dominoes; tile the remaining four columns by horizontal dominoes along rows.
All cells on both diagonals of a \(10\times10\) board are removed. The remaining area is \(80\). Prove that it cannot be tiled by straight \(1\times4\) tetrominoes.
Chessboard coloring gives no contradiction. Try the color \(i+j\pmod4\).
Color cell \((i,j)\) by the residue \(i+j\pmod4\). Any straight tetromino covers one cell of each of the four colors. On the full \(10\times10\) board, the counts of colors \(0,1,2,3\) are \(25,24,25,26\). On the main diagonal \((i,i)\), colors alternate between \(2\) and \(0\), so \(5\) cells of color \(0\) and \(5\) cells of color \(2\) are removed. On the other diagonal \((i,11-i)\), the sum of indices is \(11\), so all these \(10\) cells have color \(3\). After removal the counts are \(20,24,20,16\). They are not equal. But a tiling by straight tetrominoes would require equal numbers of all four colors. Contradiction.
Ladders