medium 5×5 Set 37 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,7,12]
  • [null,11,null]
  • [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: [12 13 8 | 7 _ _ | _ _ _]

Show answer

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

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