easy 4×4 Set 76 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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