hard 5×5 Set 71 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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