You have an grid of squares with and .
Each square is filled with an integer such that the sum of any two squares sharing an edge is odd.
What is the sum of the corner squares?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The rules imply that if the squares were colored like a checkerboard, we can say that all the black squares contain odd numbers and all the white squares contain even numbers, or vice versa.
And the four corners will always contain an even number of white squares and an even number of black squares.
Therefore, since an even number of odd numbers and an even number of even numbers will always add up to an even number, the sum of the corner squares will always be even .