A | B | C
D | E | F
G | H | I
In a magic square of order 3, what is the sum of the numbers at the corners of this square (labelled by the letters A , C , G , I as shown above)?
Note: This problem is part of the set Magic Squares Mania . The same question is asked for magic squares of order 4. To see it, click here .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It is required to find the value of A + C + G + I .
The magic sum is M 3 = 2 3 ( 3 2 + 1 ) = 1 5 . Now, consider the following equations: A + B + C = 1 5 A + D + G = 1 5 C + F + I = 1 5 G + H + I = 1 5 A + E + I = 1 5 C + E + G = 1 5 Adding all these equations, we have 3 A + B + 3 C + D + 2 E + F + 3 G + H + 3 I = 1 5 ( 6 ) = 9 0 Since A + B + C + D + E + F + G + H + I = sum of all numbers from 1 to 9 = 2 9 ( 1 + 9 ) = 4 5 rewriting the previous result gives ( A + B + C + D + E + F + G + H + I ) + ( 2 A + 2 C + E + 2 G + 2 I ) = 4 5 + 2 ( A + C + G + I ) + E = 9 0 Now, E = 5 (Why?). Thus, from the last equation, 4 5 + 2 ( A + C + G + I ) + 5 = 9 0 and therefore A + C + G + I = 2 0
Exercise: Prove that the central number E = 5 .
Problem Loading...
Note Loading...
Set Loading...
Assuming E=5 ... since sum is 45, each row/column adds up to 15
Now, A + D + G = 15 ..... => D = 15 - (A+G) Also, C + F + I = 15 ...... => F = 15 - (C+I)
Now D + E + F = 15 since E = 5, D + F =10 that means 15 + 15 - (A+G+C+I) = 10 which implies A+G+C+I = 30 - 10 = 20
Hope this helps!! .....