expert 3×3 Set 44 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

Show answer

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

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