starter 4×4 Set 100 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [2 7 _ | _ 5 _ | _ 3 8]

Show answer

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

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