easy 5×5 Set 81 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
easy
Grid
  • [null,9,null]
  • [null,null,15]
  • [12,13,8]
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: [17 _ _ | _ 14 16 | _ 18 11]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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