Skip to content
Vamshi Jandhyala

Books · Number Puzzles

Chapter 13

Pick Five, Always Sixty-Five

From the grid below, pick any number and cross out its row and its column. From what is left, pick another and again cross out its row and column. Carry on until you have chosen five numbers, one from each row and one from each column. Add them up. 16111621271217223813182349141924510152025\begin{array}{ccccc} 1 & 6 & 11 & 16 & 21\\ 2 & 7 & 12 & 17 & 22\\ 3 & 8 & 13 & 18 & 23\\ 4 & 9 & 14 & 19 & 24\\ 5 & 10 & 15 & 20 & 25 \end{array} You always reach 6565, whichever five you took. Why? And how many different selections are there?

Solution

Write the labels 0,1,2,3,40, 1, 2, 3, 4 down the left of the grid and 1,6,11,16,211, 6, 11, 16, 21 across the top. Then the entry in any cell is exactly the sum of its row label and its column label: row 33 (label 22), column 44 (label 1616) holds 2+16=182 + 16 = 18, and so on throughout.

A valid selection takes one entry from each row and one from each column, so among the five chosen entries every row label appears once and every column label appears once. The total is therefore (0+1+2+3+4)+(1+6+11+16+21)=10+55=65,(0 + 1 + 2 + 3 + 4) + (1 + 6 + 11 + 16 + 21) = 10 + 55 = 65, whatever cells were picked.

As for how many selections there are: choosing one column for each row, with no column used twice, is the same as arranging the five columns in order, so there are 5!=1205! = 120 of them. Any grid built as such an addition table of row and column labels has the same charm, and the constant is simply the total of all the labels.