easy 4×4 Set 39 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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