I have encountered a procedure that produces the magic constant 34 for a 4x4 grid with the numbers 1-16 arranged in consecutive order, and I can't figure out why it works. It is as follows:
- Arrange the numbers 1 to 16 into a 4 by 4 grid.
- Choose a number and circle it.
- Cross out the numbers which are in the same row as your chosen number and the numbers in the same column as your chosen number. (An image may make this instruction more clear.)
- Repeat this process twice more, choosing from the remaining numbers.
- Circle the last remaining number.
- Add the four circled numbers.
I have explored this site and the web and found much information about magic squares, but nothing that explains this. I can see that no circled number will be in the same row or the same column as another, which seems like it would have something to do with it, but I haven't been able to get beyond that.
I am a schoolteacher trying to help a smart middle-schooler work through this (and learn about magic squares in general), so an ideal explanation would not require math beyond algebra.