starter 4×4 Set 28 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [14,null,null]
  • [null,11,13]
  • [null,15,8]
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: [14 _ 12 | _ 11 13 | 10 _ _]

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [14,null,12]
  • [null,11,13]
  • [10,null,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 15. Grid: [_ 7 2 | 1 _ _ | 8 _ 4]

Show answer

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

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