easy 4×4 Set 41 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
easy
Grid
  • [null,null,null]
  • [12,14,16]
  • [17,null,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: [_ 7 _ | _ 11 13 | _ 15 8]

Show answer

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

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

Show answer

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

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

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

Show answer

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

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