expert 4×4 Set 14 Form Exercise

Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [9 _ _ | _ 8 12 | 11 _ 7]

Show answer

Answer: 9 10 5 | 4 8 12 | 11 6 7

SubType
magic-square
Difficulty
expert
Grid
  • [9,null,null]
  • [null,8,12]
  • [11,null,7]
SolvedGrid
  • [9,10,5]
  • [4,8,12]
  • [11,6,7]
MagicConstant
24

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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