medium 5×5 Set 96 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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