easy 5×5 Set 40 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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