easy 5×5 Set 61 Form Exercise

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [15 _ _ | _ 14 18 | _ 12 13]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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