Magic Square 3×3 Starter — Set 59
This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.
{
"contentData": {
"operation": "magic-square",
"subject": "arithmetic",
"difficulty": "starter",
"gridSize": 3,
"config": {
"gridSize": 3,
"difficulty": "starter",
"maxNumber": 10
},
"problems": [
{
"type": "magic-square",
"subType": "magic-square",
"difficulty": "starter",
"question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [7 _ _ | 12 _ 4 | _ 10 9]",
"answer": "7 6 11 | 12 8 4 | 5 10 9",
"grid": [
[
7,
null,
null
],
[
12,
null,
4
],
[
null,
10,
9
]
],
"solvedGrid": [
[
7,
6,
11
],
[
12,
8,
4
],
[
5,
10,
9
]
],
"magicConstant": 24
},
{
"type": "magic-square",
"subType": "magic-square",
"difficulty": "starter",
"question": "Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [_ _ 6 | 9 _ 1 | 4 3 _]",
"answer": "2 7 6 | 9 5 1 | 4 3 8",
"grid": [
[
null,
null,
6
],
[
9,
null,
1
],
[
4,
3,
null
]
],
"solvedGrid": [
[
2,
7,
6
],
[
9,
5,
1
],
[
4,
3,
8
]
],
"magicConstant": 15
},
{
"type": "magic-square",
"subType": "magic-square",
"difficulty": "starter",
"question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [17 _ 15 | _ _ 16 | 13 18 _]",
"answer": "17 10 15 | 12 14 16 | 13 18 11",
"grid": [
[
17,
null,
15
],
[
null,
null,
16
],
[
13,
18,
null
]
],
"solvedGrid": [
[
17,
10,
15
],
[
12,
14,
16
],
[
13,
18,
11
]
],
"magicConstant": 42
},
{
"type": "magic-square",
"subType": "magic-square",
"difficulty": "starter",
"question": "Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [14 9 10 | _ _ _ | 12 13 _]",
"answer": "14 9 10 | 7 11 15 | 12 13 8",
"grid": [
[
14,
9,
10
],
[
null,
null,
null
],
[
12,
13,
null
]
],
"solvedGrid": [
[
14,
9,
10
],
[
7,
11,
15
],
[
12,
13,
8
]
],
"magicConstant": 33
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"outputTargets": {
"screen": true,
"print": true,
"pdf": true,
"answerKey": true
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [7 _ _ | 12 _ 4 | _ 10 9]
- Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [_ _ 6 | 9 _ 1 | 4 3 _]
- Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [17 _ 15 | _ _ 16 | 13 18 _]
- Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [14 9 10 | _ _ _ | 12 13 _]
Practice magic square 3x3 with free starter printable worksheets. Uniquely generated — reinforce key math skills.
Frequently Asked Questions
How do I use this Magic Square 3x3 Starter Practice?
Print the worksheet and use it for independent practice, homework, or assessment. The included answer key allows for quick grading.
Is there an answer key?
Yes — the answer key is included and can be printed separately.