|
A | B | C | D | E | ||
---|---|---|---|---|---|---|
1 | Design a Magic Square Problem | |||||
2 | ||||||
3 | 0 | 0 | 0 | 0 | 0 | |
4 | 0 | 0 | ||||
5 | 0 | 0 | ||||
6 | 0 | 0 | ||||
7 | 0 | 0 | 0 | 0 | 0 | |
8 | ||||||
9 | 1. Design this square to have the spreadsheet | |||||
10 | calculate the sums of the rows and diagonals. | |||||
11 | ||||||
12 | 2. Solve your magic square problem! | |||||
13 | The sum of each row, column and diagonal should be 15! | |||||
14 | You can only use the numbers 1 through 9 once. | |||||
15 | ||||||
16 | 3. Find another set of numbers that can create a magic square | |||||
17 | What is the set of numbers? | |||||
18 | What will the sum of each row, column and diagonal be? |