medium 5×5 Set 53 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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