hard 5×5 Set 60 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [null,null,14]
  • [null,null,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: [_ _ _ | _ _ 7 | 8 13 _]

Show answer

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

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

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

Show answer

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

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