An infinite checkerboard is coloured black and white so that every $2\times 3$ block has exactly two white squares. Prove (or disprove) that every $2022\times 2021$ block has the same number of white squares and if so, find this number. Does the result hold if we additionally assume every $3\times 2$ block has exactly 2 white squares and if so, what is the number of white squares in a $2022\times 2021$ block?
My initial thought was to consider various patterns. Let W be a white square and B a black square. Then we have the following possible patterns for a 2 by 3 block:
$1)\begin{pmatrix}WWB \\ BBB\end{pmatrix},2)\begin{pmatrix}WBB \\ BBW\end{pmatrix},3)\begin{pmatrix}WBB \\ BWB\end{pmatrix},4)\begin{pmatrix}WBB \\ WBB\end{pmatrix},5)\begin{pmatrix}BWW \\ BBB\end{pmatrix},6)\begin{pmatrix}WBW \\ BBB\end{pmatrix},7)\begin{pmatrix}BWB \\ WBB\end{pmatrix},8)\begin{pmatrix}BWB \\ BWB\end{pmatrix},9)\begin{pmatrix}BWB \\ BBW\end{pmatrix},10)\begin{pmatrix}BBW \\ WBB\end{pmatrix},11)\begin{pmatrix}BBW \\ BWB\end{pmatrix},12)\begin{pmatrix}BBW \\ BBW\end{pmatrix}.$
Let the $2022\times 2021$ block have coordinates where the top left entry has coordinates $(1,1)$ and coordinates increase from left to right and top to bottom (coordinates are defined for all squares on the infinite checkerboard). Specify a rectangle with top left corner $(a,b)$ and bottom right corner $(c,d)$ as $[(a,b)-(c,d)].$ Suppose that each case represents the squares with coordinates $(1,1),(1,2),(1,3),(2,1),(2,2),(2,3).$ I'm not sure how to analyze the cases and it seems like it should be possible to take advantage of symmetry.
The answer below assumes that an $x\times y$ block has height y and width x. For the other interpretation, $1\leq x \leq 2021, 1\leq y\leq 2022$ (x increases right, y increases down) $x\equiv 1\mod 3$ (giving $2022\times 674$ white squares) or $x\equiv 0\mod 3$ (giving $2022\times 673$ white squares). Both work because if $[(a,b)-(a+2,b+1)]$ is a $2\times 3$ block, then exactly one of $a,a+1, a+2$ is congruent to $0$ or $1$ modulo 3, say c, and in each case both squares in the 2 by 3 block with x-coordinate c are white.