starter 4×4 Set 82 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [5,12,null]
  • [null,8,6]
  • [null,null,11]
SolvedGrid
  • [5,12,7]
  • [10,8,6]
  • [9,4,11]
MagicConstant
24

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [null,6,7]
  • [null,8,12]
  • [9,null,null]
SolvedGrid
  • [11,6,7]
  • [4,8,12]
  • [9,10,5]
MagicConstant
24

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

Show answer

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

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