Proof of tiling an $N$ by $N$ checkerboard using $4$ by $1$ tiles.

444 Views Asked by At

Question: Consider an $N$ by $N$ checkerboard.
i) For what values of $N$ can the board be tiled by non-overlapping $4$ by $1$ tiles?
ii) For what values of $N$ can the board not be tiled by non-overlapping $4$ by $1$ tiles?

So for i), it is quite easy to see that for any $N$ that is a multiple of $4,$ we can do this tiling - simply fill the first now with $\frac{N}4$ tiles and repeat for the other rows as well.

For ii) Clearly, odd $N$ do not work, as each tile can only cover an even number of squares so the sum of the number of tiles covered will always be even. The second bit of the proof is where I have trouble. By trying small cases like $2, 6$ and $10,$ I believe that for any N that leaves a remainder of $2$ when divided by $4,$ this tiling is also not possible. However, I am unable to make any advances in trying to prove it.

Any hints or tips will be appreciated.

2

There are 2 best solutions below

0
On BEST ANSWER

Let's number the cells of the board as follows

$$1234123412\dots$$ $$2341234123\dots$$ $$3412341234\dots$$ $$4123412341\dots$$ $$1234123412\dots$$ $$\dots$$

Now, each $4\times 1$ tile covers exactly one $1,2,3$ and $4$. So if the board can be tiled by these tiles, it must contain the same number of $1,2,3$ and $4$. Is this true when $N$ leaves a remainder of $2$ when divided by $4$?

0
On

Color the board black and white in a checkerboard pattern of $2\times 2$ blocks. Every tile will cover an equal number of black and white squares, but overall there are an unequal number of black and white squares.

X X . . X X
X X . . X X
. . X X . .
. . X X . .
X X . . X X
X X . . X X