medium 5×5 Set 81 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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