medium 5×5 Set 43 Form Exercise

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: [11 _ _ | _ 14 _ | _ 12 17]

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [11,null,null]
  • [null,14,null]
  • [null,12,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 33. Grid: [12 13 _ | 7 11 _ | _ _ _]

Show answer

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

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

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

Show answer

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

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