hard 5×5 Set 98 Form Exercise

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [5 _ _ | _ _ _ | _ 4 11]

Show answer

Answer: 5 12 7 | 10 8 6 | 9 4 11

SubType
magic-square
Difficulty
hard
Grid
  • [5,null,null]
  • [null,null,null]
  • [null,4,11]
SolvedGrid
  • [5,12,7]
  • [10,8,6]
  • [9,4,11]
MagicConstant
24

Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [_ 12 _ | _ _ _ | _ 4 9]

Show answer

Answer: 7 12 5 | 6 8 10 | 11 4 9

SubType
magic-square
Difficulty
hard
Grid
  • [null,12,null]
  • [null,null,null]
  • [null,4,9]
SolvedGrid
  • [7,12,5]
  • [6,8,10]
  • [11,4,9]
MagicConstant
24

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

Show answer

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

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