medium 5×5 Set 61 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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