starter 5×5 Set 18 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [null,15,8]
  • [9,null,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 42. Grid: [11 16 15 | _ _ _ | _ 12 17]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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