medium 5×5 Set 57 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,2]
  • [1,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: [17 _ 15 | _ 14 16 | _ _ _]

Show answer

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

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

Show answer

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

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