9. A chessboard is covered with 32 dominoes (each domino covers exactly two squares). Prove that these dominoes can be rotated by 90 or 180 degrees (each around the center of one of the squares it covers, they can be rotated independently and in any direction) so that the entire board is still covered.
Problem 926
Official solution
- Divide the board into cells. Place the second layer of dominoes as follows: if a cell is entirely covered by a horizontal domino, place two vertical dominoes on it; otherwise, place two horizontal dominoes. As a result, no upper domino will coincide in position with the lower one. Now, let's recall the chessboard coloring and rotate each lower domino so that it occupies the position of the upper domino covering the same white cell.
(A. Shapovalov)
## Fourth Round