starter 4×4 Set 68 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [10,null,null]
  • [9,11,13]
  • [14,null,null]
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: [10 9 14 | 15 _ _ | _ _ 12]

Show answer

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

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

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

Show answer

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

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

Show answer

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

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