starter 5×5 Set 62 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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