medium 5×5 Set 64 Form Exercise

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

Show answer

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

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ _ _ | 16 14 12 | _ _ 17]

Show answer

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

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

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

Show answer

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

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