medium 5×5 Set 47 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,null]
  • [9,5,null]
  • [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 15. Grid: [2 7 _ | _ 5 _ | _ _ 8]

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [2,7,null]
  • [null,5,null]
  • [null,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 24. Grid: [7 12 _ | _ 8 _ | _ 4 _]

Show answer

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

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