Properties of 3x3 Magic Squares

ABC
DEF
GHI
  1. For each item below, if possible, find a magic square (all rows, columns and diagonals have the same sum S) with nine unique positive integers. For ease in comparing solutions, minimize S, then A, then B. If it's not possible, show why.
    1. A through I, arranged in increasing order, do not form an arithmetic series. (In an arithmetic series, the difference between successive terms is always the same value.)
    2. The average value of A through I is not one of the nine values.
    3. A through I are all odd integers.
    4. Exactly 2 of A through I are odd integers.
    5. (Are there other instructive examples to add here?)
  2. Ignoring symmetry, if you are told the values of any three of the nine squares in a 3x3 magic square, you can almost always determine the remaining values. For which combinations of three squares can you not solve the rest of the square? (Thanks to Helen Warman for showing there are 16 different combinations of three squares.)
There are many properties of a 3x3 magic square (relationships among the numbers.) I'll include a list with the solution. If you'd like to contribute, please send them along. For example:

Source: Original.


Solutions were received from Joseph DeVincentis, Denis Borris, Samantha Levin, John Hewon, and Philippe Fondanaiche.

Two people pointed out that a 3x3 magic square can be represented as:

m+x        m-(x+y)       m+y
m-(x-y)    m             m+(x-y)
m-y        m+(x+y)       m-x
The answers to the above problems are summarized well by Philippe Fondanaiche:
  1. For m=6 and S=18, we have the following magic square in which A is minimum
     2    9    7
    11    6    1
     5    3   10
  2. As S=3*m, the average value of the terms of the square is always equal to m.
  3. The magic square with A through I all odd integers and S minimum, is defined by m=9:
      3    13   11
     17    9     1
      7    5    15
  4. It is impossible to have exactly 2 odd integers. Indeed, if x and y have the same parity, all the terms have the parity of m. If x and y have different parities (i.e. x even and y odd), 3 terms are odd and the 6 other ones are even (and vice versa)
  5. Magic square with A through I all prime numbers:
       7   61   43
      73   37    1
      31   13   67
    If we are purist and consider that 1 is not a prime number,then:
      17    89    71
      113   59     5
      47    29   101
    Magic square with A through I all squares. This square is really magic as S=21609 is too a square:
        8836    9409     3364
           4    5476    16129
       12769    6724     2116
    Denis Borris sent the smallest product Magic Multiplication Square:
      2  9  12
     36  6   1
      3  4  18
John Hewson had a thorough analysis of the 18 combinations of three values:
Combination
ABC           3m=A+B+C  x=A-m  y=C-m
AFH           F+H=2A  the corresponding equations are linearly dependent.
BEH           B+H=2E  the corresponding equations are linearly dependent.
BGI           m=I+G-b  y=m-G  x=m-I
ABF           2m=B+2A-F  x=A-m  y=A-F
ABE           m=E  x=A-m  y=m-x-B
ABD           4m=2A+B+D  x=A-m  y=m-x-B
ABI           2m=A+I  x=A-m  y=m-x-B
ABH           2m=B+H  x=A-m  y=H-A
ABG           m=B+A-G  x=A-m  y=m-x-B
ACE           m=E  x=A-m  y=C-m
ACG           2m=C+G  x=A-m  y=C-m
BDE           m=E  2x=2m-B-D  2y=D-B
CDE           m=E  y= C-m  x=m+y-D
AEI           A+I=2E  the corresponding equations are linearly dependent.
DFH           2m=D+F  2x=F+H-2m  2y=H-F

Thus of the 16 cases only three combinations AFH, BEH, AEI do not enable
the determination of the other values in the square.
Properties of 3x3 Magic Squares
Mail to Ken