

| ? | a | b |
| ? | ? | ? |
| c | ? | ? |
Find the numbers where the question marks are so the sum of the rows, colums, and two diagonals is always the same.
Solution
We label the 6 unknown entries u, v, w, z, y, and z as shown in the following table:
| u | a | b |
| v | w | x |
| c | y | z |
Our goal is to find equations these variables and then solve them in terms of the given numbers and . There is more than one way to do this, but we set
Hence v = a = b - c
Hence, x = c + b - v = c + b - (a + b - c) = 2 c - a
Hence, y = (a + b - c) + (2c - a) - a = -a + b + c
Hence, u + w = c + (-a + b + c) = -a + b + 2c
Hence u + z = b + c
Hence, w + z = a + b
It is a simple matter to solve these last three equations, getting
u = (-2 a + b + 3 c)/2
w = (b + c)/2
z = (2 a + b - c)/2
Hence, we have
| (-2 a + b + 3c)/2 | (b + c)/2 | b |
| (a + b - c)/2 | (b + c)/2 | 2 c - a |
| c | -a + b + c | (2a + b - c)/2 |
If you check, you will find that the sum of every row, every column, and the two diagonals has the same sum of

| [Previous] | Problem 6 (Case of the Missing Numbers) |
| [Next] | Problem 8 (Barber Pole Problem) |
| [Up] | January Solutions |
| [Home] | Home Page |
| [Mail] | Send EMail to Maine Math Talent Search |
| [Contents] | Maine Math Talent Search Contents |

Last modified on Friday, February 12, 1999