starter 5×5 Set 19 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [13,null,null]
  • [18,null,10]
  • [11,null,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: [4 9 _ | _ _ 7 | 8 _ 6]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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