expert 5×5 Set 42 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ _ _ | 12 _ 16 | 17 10 15]

Show answer

Answer: 13 18 11 | 12 14 16 | 17 10 15

SubType
magic-square
Difficulty
expert
Grid
  • [null,null,null]
  • [12,null,16]
  • [17,10,15]
SolvedGrid
  • [13,18,11]
  • [12,14,16]
  • [17,10,15]
MagicConstant
42

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

Show answer

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

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