Project 2 - A Magic Square
Project 2 - A Magic Square
Problem Solving:
Arrange the numbers 5, 10, 15, 20, 25, 30, 35, 40, and 45 into a square
subdivided into nine smaller squares like the one shown below so that
the sum of every row, column, and main diagonal is the same. The
result is a magic square.
Example Square:
+
+
+
+
+
+
+
20
30
25
20
30
25
25
+
+
+
+
+
+
+
Number
# of times
used in
the
combinati
on
10 = 75
5 = 75
10 = 75
15 = 75
10 = 75
15 = 75
20 = 75
5
2
10
3
15
2
20
3
25
4
30
3
35
2
40
3
45
2
Once you have determined the number of times each of the 9 numbers
is used in a given commination you can begin to fill in your square.
The number used the most will be the middle number in the
matrix.
The next 4 numbers used the most will be the corner
The Magic Square
10
35
30
45
25
20
15
40
The sum of all columns, rows, and diagonals are 75. 75 is the magic
number.