hard 5×5 Set 95 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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