easy 4×4 Set 58 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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