starter 4×4 Set 40 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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