hard 5×5 Set 61 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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