expert 5×5 Set 36 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
expert
Grid
  • [6,7,2]
  • [null,null,9]
  • [null,null,4]
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 7 14 | _ 11 _ | _ _ 10]

Show answer

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

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

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

Show answer

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

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

Show answer

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

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