starter 4×4 Set 96 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [null,null,null]
  • [16,null,12]
  • [11,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: [8 15 _ | _ _ 9 | 12 _ 14]

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [8,15,null]
  • [null,null,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 15. Grid: [8 _ 4 | _ _ 9 | _ 7 2]

Show answer

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

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

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

Show answer

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

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