expert 3×3 Set 50 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
expert
Grid
  • [8,null,null]
  • [null,11,9]
  • [null,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 15. Grid: [_ 9 2 | _ 5 _ | 8 _ 6]

Show answer

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

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

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

Show answer

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

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

Show answer

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

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