hard 5×5 Set 42 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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