expert 5×5 Set 26 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

Show answer

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

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