easy 4×4 Set 53 Form Exercise

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

Show answer

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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