hard 5×5 Set 44 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [7,12,null]
  • [null,null,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 42. Grid: [17 12 _ | _ _ _ | _ _ 11]

Show answer

Answer: 17 12 13 | 10 14 18 | 15 16 11

SubType
magic-square
Difficulty
hard
Grid
  • [17,12,null]
  • [null,null,null]
  • [null,null,11]
SolvedGrid
  • [17,12,13]
  • [10,14,18]
  • [15,16,11]
MagicConstant
42