Magicsqaure 1
Magicsqaure 1
Magicsqaure 1
A magic square is a 3x3, 4x4, or 5x5 square (aka, a matrix) that is divided
into smaller squares. Each small square contains a number. Each
horizontal, vertical, and diagonal row add up to the same total. Depending
on the size of matrix, you will need to determine how many combinations of
numbers you need.
Horizontally
2 + 7 + 6 = 15
9 + 5 + 1 = 15
4 + 3 + 8 = 15
Vertically
2 + 9 + 4 = 15
7 + 5 + 3 = 15
6 + 1 + 8 = 15
Diagonally
2 + 5 + 8 = 15
6 + 5 + 4 = 15
HowdoIcreateone?
Here are 4 steps to get you started:
Consecutive numbers
EX: 1, 2, 3, 4, 5, 6, 7, 8, 9
--
Heres that trick I was talking about to finding out where to place your
numbers in your matrix.
REMEMBER THIS PATTERN:
2, 3, 2, 3, 4, 3, 2, 3, 2
3 = corner
4 = middle
2 = cross
I will show you in my example how to apply this pattern. I will refer to
this as my magic trick.
Exampletime!
I have chosen to do a 3x3 matrix with these 9 consecutive even
numbers
I now need to find out what the sum is and then divide by 3 to get my
magic number...
24 + 26 + 28 + 30 + 32 + 34 + 36 + 38 + 40 = 288
288/3 = 96
96 is my magic number!
--
Magic Trick!
24 26 28 30 32 34 36 38 40
2 3 2 3 4 3 2 3 2
Now plug in corner and middle numbers in magic square.
The cross numbers may vary, add corners then subtract by 96 to find out
which cross number works!
26 40 30
36 32 28
34 24 38
30 + 26 = 56
96 - 56 = 40
34 + 26 = 60
96 - 60 = 36
30 + 38 = 68
96 - 68 = 28
34 + 38 = 72
96 - 72 = 24
Volia!Done!