easy 4×4 Set 30 Form Exercise

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [11 6 _ | _ 8 _ | _ 10 5]

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
easy
Grid
  • [14,7,null]
  • [null,null,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 24. Grid: [11 6 _ | 4 8 _ | _ 10 _]

Show answer

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

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