expert 5×5 Set 16 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
expert
Grid
  • [8,null,4]
  • [null,null,9]
  • [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 42. Grid: [_ 16 _ | 10 14 _ | _ 12 13]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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