starter 4×4 Set 34 Form Exercise

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

Show answer

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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