There's a chess board, which we label the squares in the first column by , and label the other squares similarly. For every , all squares satisfying form a diagonal; therefore, there are six diagonals. Decide whether we can write on the chess board so that the all following conditions hold:
(1) The sums for each column are the same.
(2) The sums of each row are the same.
(3) The sums of each diagonal are the same.
Solution
Impossible. Proof by contradiction: suppose we can fill it successfully, then this sum must be
Divide the squares into four categories:
1. A: squares whose coordinates are (odd, odd).
2. B: squares whose coordinates are (odd, even).
3. C: squares whose coordinates are (even, odd).
4. D: squares whose coordinates are (even, even).
Then by the assumption of the problem, , , , and adding them all together gives
but the left side is even while the right side is odd, a contradiction!
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.