starter 4×4 Set 11 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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