easy 5×5 Set 28 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
easy
Grid
  • [5,null,9]
  • [null,null,4]
  • [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 _ 2 | _ 5 _ | _ 3 4]

Show answer

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

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

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

Show answer

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

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