expert 4×4 Set 37 Form Exercise

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [2 _ _ | 9 5 1 | _ 3 _]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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