easy 4×4 Set 60 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
easy
Grid
  • [8,null,null]
  • [1,null,null]
  • [6,7,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 33. Grid: [10 _ 8 | 9 _ 13 | _ 7 _]

Show answer

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

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

Show answer

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

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