medium 5×5 Set 51 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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