starter 5×5 Set 78 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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