expert 5×5 Set 55 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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