easy 4×4 Set 86 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
easy
Grid
  • [8,3,null]
  • [1,5,null]
  • [null,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 33. Grid: [_ 9 14 | 15 11 _ | _ 13 _]

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [11 18 13 | 16 _ _ | _ _ 17]

Show answer

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

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

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

Show answer

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

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