medium 5×5 Set 74 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

Answer: 11 18 13 | 16 14 12 | 15 10 17

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,13]
  • [null,14,null]
  • [15,null,17]
SolvedGrid
  • [11,18,13]
  • [16,14,12]
  • [15,10,17]
MagicConstant
42

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

Show answer

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

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