Chapter

Coloring and Board Problems

The module teaches board colorings for impossibility proofs, necessary cell positions, and analysis of piece moves.
Log in to track solved progress and bookmarks.

Theory

Key Idea

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.

Basic Facts

  • A \(1\times2\) domino on a chessboard covers one black and one white cell.
  • A straight \(1\times3\) tromino, under the coloring of cell \((i,j)\) by \(i+j\pmod3\), covers one cell of each of the three colors.
  • A straight \(1\times4\) tetromino, under the coloring of cell \((i,j)\) by \(i+j\pmod4\), covers one cell of each of the four colors.
  • With vertical stripe coloring, a horizontal domino covers two colors, while a vertical domino covers two cells of one color.
  • A knight move changes the color of the square in the usual chessboard coloring.

When to Use This Method

  • You need to prove that a board cannot be tiled by given pieces.
  • The area divisibility check passes, but the tiling still looks impossible.
  • Special cells are removed: corners, a diagonal, the center, or cells of one color.
  • There is a condition on the number of vertical or horizontal pieces.
  • A piece moves on a board, and its possible position after a given number of moves matters.

How to Recognise the Method

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.

Typical Mistakes

  • Stopping after the area check and not checking a coloring.
  • Using chessboard coloring when a modulo \(3\) or modulo \(4\) coloring is needed.
  • Forgetting that a piece may be rotated.
  • Counting colors on the full board but forgetting to subtract removed cells.
  • Proving a necessary condition and accidentally treating it as sufficient.

Mini-Checklist

  • What is the area of the region and of one tile?
  • What does one tile cover in chessboard coloring?
  • If the tile has length \(3\) or \(4\), what does \(i+j\pmod3\) or \(i+j\pmod4\) give?
  • What colors are the removed cells?
  • Do the required color counts match?
  • If the problem is about a moving piece, how does color change after one move?

Examples

Example 1. Dominoes and Two Corners

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?

Solution.

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.

Example 2. An Odd Board

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?

Solution.

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.

Example 3. Diagonal Coloring Modulo \(3\)

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?

Solution.

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.

Example 4. Stripes and Domino Direction

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?

Solution.

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.

Example 5. A Knight Move

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?

Solution.

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.

Example 6. Four-Coloring

Straight tetrominoes require coloring modulo \(4\).

Problem. Can an \(8\times8\) board with its four corners removed be tiled by straight \(1\times4\) tetrominoes?

Solution.

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.

Example 7. One Monomino Among Trominoes

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\).

Solution.

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.

Example 8. When Two Colorings Have Different Strength

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?

Solution.

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

Problems

#7.1
#7.1

Board of Odd Area

Parity Grade 7 Grade 8 ★☆☆☆☆

Can a \(5\times5\) board be tiled by \(1\times2\) dominoes?

Details
Problem: COM-B1-M07-P001
Difficulty: Level 1 of 5
Tag: Parity
Grade: Grade 7, Grade 8
#7.2
#7.2

Two Cells of One Color

Coloring Grade 7 Grade 8 ★☆☆☆☆

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.

Details
Problem: COM-B1-M07-P002
Difficulty: Level 1 of 5
Tag: Coloring
Grade: Grade 7, Grade 8
#7.3
#7.3

One Uncovered Cell

Coloring Grade 7 Grade 8 ★☆☆☆☆

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.

Details
Problem: COM-B1-M07-P003
Difficulty: Level 1 of 5
Tag: Coloring
Grade: Grade 7, Grade 8
#7.4
#7.4

Nine Knight Moves

Parity Grade 7 Grade 8 ★☆☆☆☆

A knight stands on a black square. Can it be on a black square again after \(9\) moves?

Details
Problem: COM-B1-M07-P004
Difficulty: Level 1 of 5
Tag: Parity
Grade: Grade 7, Grade 8
#7.5
#7.5

A Corner of a \(5\times5\) Board

Coloring Grade 7 Grade 8 ★☆☆☆☆

The cell \((1,1)\) is removed from a \(5\times5\) board. Can the remaining region be tiled by straight \(1\times3\) trominoes?

Details
Problem: COM-B1-M07-P005
Difficulty: Level 1 of 5
Tag: Coloring
Grade: Grade 7, Grade 8
#7.6
#7.6

Opposite Corners

Coloring Grade 7 Grade 8 ★★☆☆☆

Two opposite corner cells are removed from an \(8\times8\) board. Prove that the remaining board cannot be tiled by dominoes.

Details
Problem: COM-B1-M07-P006
Difficulty: Level 2 of 5
Tag: Coloring
Grade: Grade 7, Grade 8
#7.7
#7.7

One Diagonal

Coloring Grade 7 Grade 8 ★★☆☆☆

All cells on the main diagonal of an \(8\times8\) board are removed. Can the remaining region be tiled by dominoes?

Details
Problem: COM-B1-M07-P007
Difficulty: Level 2 of 5
Tag: Coloring
Grade: Grade 7, Grade 8
#7.8
#7.8

Five Vertical Dominoes

Coloring Grade 8 Grade 9 ★★☆☆☆

Can a \(6\times6\) board be tiled by dominoes so that exactly \(5\) dominoes are vertical?

Details
Problem: COM-B1-M07-P008
Difficulty: Level 2 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.9
#7.9

A Cell Next to a Corner

Coloring Grade 8 Grade 9 ★★☆☆☆

The cell \((1,2)\) is removed from a \(7\times7\) board. Can the remaining region be tiled by straight \(1\times3\) trominoes?

Details
Problem: COM-B1-M07-P009
Difficulty: Level 2 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.10
#7.10

A Cell Adjacent to a Corner

Coloring Grade 8 Grade 9 ★★☆☆☆

The cell \((1,2)\) is removed from a \(5\times5\) board. Prove that the remaining region cannot be tiled by straight \(1\times4\) tetrominoes.

Details
Problem: COM-B1-M07-P010
Difficulty: Level 2 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.11
#7.11

A Knight Path on \(4\times4\)

Parity Grade 8 Grade 9 ★★☆☆☆

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?

Details
Problem: COM-B1-M07-P011
Difficulty: Level 2 of 5
Tag: Parity
Grade: Grade 8, Grade 9
#7.12
#7.12

Odd Rectangle

Coloring Grade 8 Grade 9 ★★☆☆☆

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.

Details
Problem: COM-B1-M07-P012
Difficulty: Level 2 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.13
#7.13

Removed Diagonal

Coloring Grade 8 Grade 9 ★★★☆☆

All cells on the main diagonal of a \(10\times10\) board are removed. Prove that the remaining region cannot be tiled by dominoes.

Details
Problem: COM-B1-M07-P013
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.14
#7.14

Where the Single Cell May Stand

Coloring Grade 8 Grade 9 ★★★☆☆

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)\).

Details
Problem: COM-B1-M07-P014
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.15
#7.15

Seventeen Vertical Dominoes

Coloring Grade 8 Grade 9 ★★★☆☆

Can an \(8\times8\) board be tiled by dominoes so that exactly \(17\) dominoes are vertical?

Details
Problem: COM-B1-M07-P015
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.16
#7.16

Closed Knight Tour

Coloring Grade 8 Grade 9 ★★★☆☆

Prove that on a \(5\times5\) board there is no closed knight tour visiting every cell exactly once.

Details
Problem: COM-B1-M07-P016
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.17
#7.17

A Monomino on a \(9\times9\) Board

Coloring Grade 8 Grade 9 ★★★☆☆

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.

Details
Problem: COM-B1-M07-P017
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.18
#7.18

Main Diagonal and Tetrominoes

Coloring Grade 8 Grade 9 ★★★☆☆

All cells on the main diagonal of an \(8\times8\) board are removed. Can the remaining region be tiled by straight \(1\times4\) tetrominoes?

Details
Problem: COM-B1-M07-P018
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.19
#7.19

Uncovered Cell on \(7\times7\)

Coloring Grade 8 Grade 9 ★★★☆☆

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\).

Details
Problem: COM-B1-M07-P019
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.20
#7.20

Is the Two-Cell Claim True?

Coloring Grade 8 Grade 9 ★★★☆☆

On an \(8\times8\) board, dominoes cover all cells except two. Is it necessarily true that the two uncovered cells have the same color?

Details
Problem: COM-B1-M07-P020
Difficulty: Level 3 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.21
#7.21

Four Corners Do Not Help

Coloring Grade 8 Grade 9 ★★★★☆

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.

Details
Problem: COM-B1-M07-P021
Difficulty: Level 4 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.22
#7.22

One Monomino Among Tetrominoes

Coloring Grade 8 Grade 9 ★★★★☆

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\).

Details
Problem: COM-B1-M07-P022
Difficulty: Level 4 of 5
Tag: Coloring
Grade: Grade 8, Grade 9
#7.23
#7.23

Exactly Half Vertical

Construction Grade 8 Grade 9 ★★★★☆

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.

Details
Problem: COM-B1-M07-P023
Difficulty: Level 4 of 5
Tag: Construction
Grade: Grade 8, Grade 9
#7.24
#7.24

Two Diagonals on \(10\times10\)

Coloring Grade 8 Grade 9 ★★★★★

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.

Details
Problem: COM-B1-M07-P024
Difficulty: Level 5 of 5
Tag: Coloring
Grade: Grade 8, Grade 9

Ladders

No published ladders were found.
Previous Chapter
Next Chapter