hard 5×5 Set 41 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [null,null,null]
  • [3,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 15. Grid: [_ _ 4 | 7 _ 3 | _ _ _]

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
hard
Grid
  • [9,4,11]
  • [null,null,null]
  • [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 24. Grid: [_ 4 11 | _ _ _ | _ 12 _]

Show answer

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

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