starter 4×4 Set 32 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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