starter 5×5 Set 73 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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