hard 5×5 Set 38 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [null,null,8]
  • [null,11,null]
  • [14,null,null]
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 _ _ | _ _ _ | _ 15 10]

Show answer

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

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

Show answer

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

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