starter 4×4 Set 61 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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