1. Consider a 2×3 grid where each entry is one of 0,1 , and 2 . For how many such grids is the sum of the numbers in every row and in every column a multiple of 3 ? One valid grid is shown below. [122100]
Official solution
Answer: 9 Any two elements in the same row fix the rest of the grid, so 32=9.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.