hard 5×5 Set 24 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [null,null,null]
  • [13,11,9]
  • [null,null,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 24. Grid: [_ _ _ | 10 _ _ | _ 4 11]

Show answer

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

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

Show answer

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

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