easy 5×5 Set 78 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ _ 13 | 16 _ 12 | _ 10 17]

Show answer

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

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

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

Show answer

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

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