expert 3×3 Set 35 Form Exercise

Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [_ 3 _ | 1 5 _ | _ 7 2]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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