medium 5×5 Set 68 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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