hard 5×5 Set 21 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [9,null,null]
  • [null,null,null]
  • [5,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: [_ _ 10 | _ 11 15 | _ _ _]

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [null,null,10]
  • [null,11,15]
  • [null,null,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 15. Grid: [_ _ _ | _ 5 _ | 8 _ 6]

Show answer

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

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