hard 5×5 Set 94 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [null,null,11]
  • [10,null,6]
  • [null,null,null]
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: [_ _ _ | _ 5 _ | _ 9 4]

Show answer

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

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

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

Show answer

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

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