In each 1x1 square of a nxn board we write $n^2$ numbers with sum S.A move is choosing a 2x2 square and adding 1 to three numbers(from three different 1x1 squares).We say that a number n is good if we can make all the numbers on the board equal by applying a successive number of moves and it not depends of S. a)Show that 6 is not good b)Show that 4 and 1024 are good
Problem
Source: Third Romanian JBMO TST 2016
Tags: combinatorics
den_thewhitelion
15.06.2016 10:25
a)S must be divisible by 3 b)Hint: Try induction (all powers of 2 are good)
InCtrl
25.08.2016 03:50
(a) A move changes $S$ by $0 \pmod{3}$, but the final sum is always a multiple of $6$ i.e. $\equiv 0\pmod{3}$, which means $S$ has to be a multiple of $3$, contradicting the "independent of S" condition.
(b)Lemma: All $2^n \times 2^n$ boards with a square removed from a corner can be tiled by $L$-triominos.
Proof: Easy induction
We now prove the problem for all powers of $2$.
Base case is $n=2$.
Let the four numbers be $a>b>c>d$. Realize that adding $1$ to three of numbers is like subtracting one from the remaining number, so we obviously can subtract until all terms are equal.
For the inductive step, we split the $2^n \times 2^n$ into four $2^{n-1}\times 2^{n-1}$. By the hypothesis, we can make all elements equal in each quadrant. We then make all the terms equal in the middle $2\times 2$ square.
Realize that we have effectively taken away a square from each quadrant. Each quadrant has all terms equal except that one corner. We may now apply our $L-$triomino tessellation from the lemma to each quadrant and add 1's to each triomino until they are all equal to the number in their respective corners, making the whole board equal.