easy 4×4 Set 69 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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