medium 5×5 Set 98 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,2]
  • [1,5,null]
  • [8,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: [14 _ 10 | _ _ 15 | 12 _ _]

Show answer

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

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

Show answer

Answer: 7 12 5 | 6 8 10 | 11 4 9

SubType
magic-square
Difficulty
medium
Grid
  • [null,12,5]
  • [6,null,null]
  • [null,null,9]
SolvedGrid
  • [7,12,5]
  • [6,8,10]
  • [11,4,9]
MagicConstant
24

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

Show answer

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

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