medium 5×5 Set 93 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,7]
  • [null,null,12]
  • [9,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 42. Grid: [11 16 15 | _ _ _ | _ _ 17]

Show answer

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

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

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

Show answer

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

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