starter 4×4 Set 36 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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