easy 4×4 Set 26 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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