medium 5×5 Set 12 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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