easy 4×4 Set 44 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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