expert 3×3 Set 34 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [8 1 6 | _ _ _ | 4 _ 2]

Show answer

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

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