easy 4×4 Set 98 Form Exercise

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

Show answer

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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