hard 5×5 Set 39 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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