expert 5×5 Set 27 Form Exercise

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
expert
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 33. Grid: [8 _ _ | _ 11 _ | 10 9 14]

Show answer

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

SubType
magic-square
Difficulty
expert
Grid
  • [8,null,null]
  • [null,11,null]
  • [10,9,14]
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: [_ 13 _ | 7 11 15 | _ _ 10]

Show answer

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

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

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

Show answer

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

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