Find all integers for which each cell of an table can be filled with one of the letters , , and in such a way that:
in each row and each column, one-third of the entries are , one-third are , and one-third are ; and
in any diagonal, if the number of entries on the diagonal is a multiple of three, then one-third of the entries are , one-third are , and one-third are .
(Note: An table has diagonals.)
is a positive integer divisible by , i.e., .
is a positive integer divisible by , i.e., .
is a positive integer divisible by , i.e., .
is a positive integer divisible by , i.e., .
Hint 1: Clearly is necessary. Try : can you fill a table satisfying all conditions? Check the diagonal constraints.
Hint 2: Use roots of unity: assign . The row/column/diagonal conditions become conditions. What additional divisibility does this impose on ?
Hint 3: Show works by explicit construction (e.g., using ). Prove fail by exhaustion or algebraic argument.
Step 1 (Necessary condition ): For each row to have equal counts of , we need .
Step 2 (Setup with ): Assign values: , , where . Let be the value assigned to cell . The row condition says for each , and the column condition says for each .
Step 3 (Diagonal condition): For diagonals of length divisible by 3: if , the main diagonals have length (divisible by 3). The condition on these diagonals gives additional constraints. Diagonals of length also get constrained.
Step 4 ( works — construction): Tile the board with Latin squares of , with appropriate offsets. Specifically, set based on . This satisfies all row, column, and diagonal conditions.
Step 5 ( and fail): For : the main diagonal has 3 entries, so it must have one of each. This is a Latin square condition on the diagonal. Direct case-checking shows the off-diagonals of length 3 create contradictions. For : similar but more involved contradiction using the diagonal constraints.
Step 6 (General: is necessary and sufficient): The construction for extends by tiling for any . The impossibility for extends to show is necessary.
Ready to track your progress and master these topics?
Create a free account