expert 3×3 Set 91 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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