starter 5×5 Set 43 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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