expert 5×5 Set 71 Form Exercise

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

Show answer

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

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

Show answer

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

SubType
magic-square
Difficulty
expert
Grid
  • [12,13,8]
  • [7,null,null]
  • [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 15. Grid: [6 _ _ | 7 5 3 | _ _ 4]

Show answer

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

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

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

Show answer

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

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