easy 4×4 Set 24 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

Answer: 9 4 11 | 10 8 6 | 5 12 7

SubType
magic-square
Difficulty
easy
Grid
  • [9,4,null]
  • [null,null,6]
  • [5,12,null]
SolvedGrid
  • [9,4,11]
  • [10,8,6]
  • [5,12,7]
MagicConstant
24

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

Show answer

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

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