Smith's Magic Multiplication Squares

A magic square is a square of numbers with each row or each column adding up to the same number.
There is another 3x3 square of numbers, with some entries missing, such that the first number in each row or column multiplied by the second equals the third entry in that row or column. It so happens that we can write four numbers in the square in almost any way so that the rest of the square can be completed.
\[ \begin{array}{ccc} 2 & 3 & ? \\ 4 & 6 & ? \\ ? & ? & ? \end{array} \]

The square is completed for the first two rows with
\[2 \times 3=6\]

\[4 \times 6=24\]

We have then  
\[ \begin{array}{ccc} 2 & 3 & 6 \\ 4 & 6 & 24 \\ ? & ? & ? \end{array} \]

Now the columns.
\[ \begin{array}{ccc} 2 & 3 & 6 \\ 4 & 6 & 24 \\ 8 & 18 & 144 \end{array} \]
.
Now notice for the last row  
\[8 \times 18 =144\]
.
This always happens.
If we fill out the square differently, say  
\[ \begin{array}{ccc} 1 & ? & 7 \\ 1 & ? & 8 \\ ? & ? & ? \end{array} \]
.
Completing the columns first gives  
\[ \begin{array}{ccc} 1 & ? & 7 \\ 1 & ? & 8 \\ 1 & ? & 56 \end{array}\]
.
Completing the rows gives  
\[ \begin{array}{ccc} 1 & 7 & 7 \\ 1 & 8 & 8 \\ 1 & 56 & 56 \end{array}\]
.
Again the first enty in a row or column times the second entry in that row or column equals the third entry.

Add comment

Security code
Refresh