starter 4×4 Set 52 Form Exercise

Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [14 7 12 | 9 _ _ | _ 15 _]

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [_ 9 14 | _ 11 7 | _ _ 12]

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [_ 9 14 | _ _ _ | 8 13 12]

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [4 _ 2 | 3 _ _ | 8 1 _]

Show answer

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

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