starter 4×4 Set 77 Form Exercise

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

Show answer

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

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

Show answer

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

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

Show answer

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

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

Show answer

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

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