starter 5×5 Set 64 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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