medium 5×5 Set 54 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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