starter 4×4 Set 71 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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