[Previous Page] [Next Page] [Up] [Home Page] [Mail] [Contents]

Problem 7 (Magic Square Problem)

Place three numbers a, b, and c in a 3 by 3 array as follows:

? 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:

uab
vwx
cyz

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

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)/2b
(a + b - c)/2(b + c)/22 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

common sum = (3b + 3c )/2

[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