starter 5×5 Set 30 Form Exercise

Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [_ _ 10 | _ _ 9 | 12 7 14]

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [6,null,8]
  • [null,null,3]
  • [null,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 42. Grid: [_ _ 11 | 12 14 _ | _ 10 15]

Show answer

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

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

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

Show answer

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

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