medium 5×5 Set 11 Form Exercise

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

Show answer

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

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [12,null,8]
  • [null,null,15]
  • [null,null,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 42. Grid: [_ 18 11 | 12 14 _ | _ _ _]

Show answer

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

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

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

Show answer

Answer: 2 9 4 | 7 5 3 | 6 1 8

SubType
magic-square
Difficulty
medium
Grid
  • [null,9,4]
  • [null,null,null]
  • [6,null,8]
SolvedGrid
  • [2,9,4]
  • [7,5,3]
  • [6,1,8]
MagicConstant
15