medium 5×5 Set 16 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,13,12]
  • [null,11,null]
  • [null,null,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 24. Grid: [_ 10 _ | 4 _ 12 | _ 6 _]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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