medium 5×5 Set 99 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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