starter 4×4 Set 33 Form Exercise

Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [12 13 _ | _ 11 15 | _ _ 10]

Show answer

Answer: 12 13 8 | 7 11 15 | 14 9 10

SubType
magic-square
Difficulty
starter
Grid
  • [12,13,null]
  • [null,11,15]
  • [null,null,10]
SolvedGrid
  • [12,13,8]
  • [7,11,15]
  • [14,9,10]
MagicConstant
33

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [15 10 17 | 16 _ _ | _ 18 _]

Show answer

Answer: 15 10 17 | 16 14 12 | 11 18 13

SubType
magic-square
Difficulty
starter
Grid
  • [15,10,17]
  • [16,null,null]
  • [null,18,null]
SolvedGrid
  • [15,10,17]
  • [16,14,12]
  • [11,18,13]
MagicConstant
42

Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [11 6 7 | _ _ 12 | _ _ 5]

Show answer

Answer: 11 6 7 | 4 8 12 | 9 10 5

SubType
magic-square
Difficulty
starter
Grid
  • [11,6,7]
  • [null,null,12]
  • [null,null,5]
SolvedGrid
  • [11,6,7]
  • [4,8,12]
  • [9,10,5]
MagicConstant
24

Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [_ _ _ | 3 5 7 | _ 1 6]

Show answer

Answer: 4 9 2 | 3 5 7 | 8 1 6

SubType
magic-square
Difficulty
starter
Grid
  • [null,null,null]
  • [3,5,7]
  • [null,1,6]
SolvedGrid
  • [4,9,2]
  • [3,5,7]
  • [8,1,6]
MagicConstant
15