starter 5×5 Set 69 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [null,15,null]
  • [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 24. Grid: [_ 12 _ | _ 8 10 | _ 4 9]

Show answer

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

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