Maths Olympiad Prep

Library / /11 of 24

Combinatorics Difficulty 4.9 AIME Prove it United States

Problem:

The integers from 11 to 1616 are arranged in a 4×44 \times 4 array so that each row, column and diagonal adds up to the same number.

a. Prove that this number is 3434.

b. Prove that the four corners also add up to 3434.

Solution

Solution:

a. Add up all the numbers in the square in two ways. On the one hand, it consists of four rows, each adding to the common sum SS, so the entire square adds to 4S4S. But the numbers in the square are also the integers from 11 to 1616, whose sum is
16172=136 \frac{16 \cdot 17}{2} = 136
However, the OCR text says 152152; let's check: 1+2++16=16172=1361 + 2 + \dots + 16 = \frac{16 \cdot 17}{2} = 136.

But the solution text says 152152; this is an OCR error. The correct sum is 136136.

So,
Sum of all numbers in square=4S=136 \text{Sum of all numbers in square} = 4S = 136
whence S=34S = 34.

b. Denote the cells of the table as shown below.

aabbccdd
eeffgghh
iijjkkmm
nnppqqrr

Adding the equations
a+b+c+d=34n+p+q+r=34a+f+k+r=34n+j+g+d=34bfjp=34cgkq=34 \begin{aligned} a + b + c + d &= 34 \\ n + p + q + r &= 34 \\ a + f + k + r &= 34 \\ n + j + g + d &= 34 \\ -b - f - j - p &= -34 \\ -c - g - k - q &= -34 \end{aligned}
yields 2a+2d+2n+2r=1362a + 2d + 2n + 2r = 136, or a+d+n+r=68a + d + n + r = 68.

But since the correct sum for each is 3434, the sum a+d+n+r=34a + d + n + r = 34.

Therefore, the four corners also add up to 3434.

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.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.