Q1.
Can a 4 × 6 grid be tiled using multiple copies of 2 × 1 tiles? We are allowed to rotate a 2 × 1 tile and use it.
Answer
Yes. It takes 12 tiles, and there are many ways to do it.
Number of unit squares = 4 × 6 = 24
Each 2 × 1 tile covers 2 squares
Number of tiles needed = 24 ÷ 2 = 12
Each 2 × 1 tile covers 2 squares
Number of tiles needed = 24 ÷ 2 = 12
An easy tiling. The grid has 4 rows, an even number. So fill every column from top to bottom with 2 vertical tiles: 2 tiles per column × 6 columns = 12 tiles. No gaps, no overlaps.
Why it happens: a vertical tile is exactly 2 rows tall. If the number of rows is even, a column of that height is a whole number of tiles. Here 4 ÷ 2 = 2 tiles per column, and the same trick works for every column.
Tip: the book's picture uses a mixture of horizontal and vertical tiles. That is fine — an even count of squares plus a workable arrangement is all a tiling needs, and there is no single "right" answer.