A shy woodland creature

Martin Gardner died over the weekend. He was 95 and living in Norman, Oklahoma, not too far from his birthplace in Tulsa.

Like many others, I grew up on Martin’s “Mathematical Games” column in Scientific American. Later I joined the staff of that magazine—but don’t imagine that Martin and I became office buddies. As a matter of fact, I never once saw him in the office. He worked at home. He attended none of our editorial meetings. We never had lunch together. Indeed, I never would have met him at all except for the coincidence that we lived a few blocks apart, and every now and then I would be called upon to deliver a package of urgent proofs. (By the way, his address in those days was on Euclid Avenue!)

Someone on the magazine staff described Martin as “a shy woodland creature,” and the tag stuck. Looking back, however, I think it tells only half the story. Yes, Martin was no schmoozer, and he preferred to stay out of the spotlight, both in person and in print. Most of his best-known columns reported on someone else’s discoveries—Conway’s game of life, RSA’s cryptosystem, Penrose’s tilings. He delighted in annotating other people’s work, as in his celebrated edition of Lewis Carroll. Yet he was anything but timid or retiring. In an argument, the shy woodland creature was a grizzly bear. He had strongly held opinions and philosophical convictions, and he knew the worth of his own work. He was a man of ideas, to be taken seriously, yet also a man who had fun with his ideas.

As a celebration of Martin’s peculiar genius, I would like to revive the little puzzle that formed the basis of his very first column, in January of 1957. (He had published a few articles in Scientific American earlier, but this was the first column to appear under the “Mathematical Games” title.)

bingo450.png

On the bingo card above, choose any number, circle it, and cross out all the other numbers in the same column or row. Now select a second number from among those that remain unmarked, and again circle your choice and then cross out the rest of the column and row. Continue in this way until there are no unmarked numbers left to choose.

The sum of the circled numbers is 57. How did I know that? How did Martin construct the matrix?

Update 2010-05-29: Here is Martin’s own explanation of the 1957 puzzle:

Like most tricks, this one is absurdly simple when explained. The square is nothing more than an old-fashioned addition table, arranged in a tricky way. The table is generated by two sets of numbers: 12, 1, 4, 18, 0 and 7, 0, 4, 9, 2. The sum of these numbers is 57. If you write the first set of numbers horizontally above the top row of the square, and the second set vertically beside the first column [see Fig. 9], you can see at once how the numbers in the cells are determined. The number in the first cell (top row, first column) is the sum of 12 and 7, and so on through the square.

Gardner-addition-table.png

You can construct a magic square of this kind as large as you like and with any combination of numbers you choose. It does not matter in the least how many cells the square contains or what numbers are used for generating it. They may be positive or negative, integers or fractions, rationals or irrationals. The resulting table will always possess the magic property of forcing a number by the procedure described, and this number will always be the sum of the two sets of numbers that generate the table.

This entry was posted in games, problems and puzzles.

5 Responses to A shy woodland creature

  1. svat says:

    Beautiful! We will miss Martin Gardner’s genius…
    It had me amazed for quite a while… there are 120 possible sums that must all be equal, with only 25 numbers to choose?

    But after working it out, though, it seems so natural. It can be no other way; the differences have to be equal. And the same idea works for square matrices of any size!

    I also started wondering whether, since we have essentially only 9 “free” choices, we could make all the numbers distinct without making them too large… then I was embarrassed to realise that simply writing the numbers 1 to 25 in order is such a matrix. :-)

  2. Nemo says:

    Yeah, very pretty.

    I started with a Lemma:

    Suppose the square “works”. Pick any four cells from the grid that form a rectangle. Diagram:

    a … b

    c … d

    Then a+d = b+c. (Because if you circled a and d, you could have circled b and c instead and crossed off the same rows and columns.) So this condition is necessary for the square to work.

    But it is also sufficient. Given a square that satisfies the condition and any five circled numbers in different rows/columns, choose b on column N and c on row N, labelled as in the diagram above. (Such b and c exist because every row and column must be used.) Then replace the circled pair (b,c) with the circled pair (a,d). Observe that d is at row N and column N, and is therefore on the diagonal. Proceed with such replacements until all five circled numbers are on the diagonal. Since each replacement did not change the sum, the sum of original five circled numbers equals the sum of the diagonal.

    From there it is a quick step to svat’s formulation concerning the differences between adjacent rows/columns.

  3. leonardo says:

    As a good mother, Martin has created numerous mathematicians that have discovered many things. It’s a good way to meta-invent mathematics.

    When you have time you can show us more article scans of very old computer magazines and the like.

  4. bach says:

    I think it is easiest to observe each row can be obtained by adding a constant to the entries of the first row: for example, the second row is the first row minus 7. So if we label the entries in the first row as x1, …, x5, and the constants as c1, …, c4, any combination of 5 values chosen from distinct rows and columns has to sum to (x1 + … + x5) + (c1 + … + c4).

  5. Delmania says:

    If I am reading this right, you are removing all the numbers in the same row and column as the one you circle. In that case, I think that leaves on diagonals, in which case, the sum of the diagonals are all 57.