starter 5×5 Set 52 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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