hard 5×5 Set 96 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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