starter 4×4 Set 48 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
starter
Grid
  • [9,null,11]
  • [null,null,6]
  • [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 42. Grid: [13 _ _ | _ 14 10 | _ 16 15]

Show answer

Answer: 13 12 17 | 18 14 10 | 11 16 15

SubType
magic-square
Difficulty
starter
Grid
  • [13,null,null]
  • [null,14,10]
  • [null,16,15]
SolvedGrid
  • [13,12,17]
  • [18,14,10]
  • [11,16,15]
MagicConstant
42

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [17 _ 13 | _ _ 18 | 15 _ 11]

Show answer

Answer: 17 12 13 | 10 14 18 | 15 16 11

SubType
magic-square
Difficulty
starter
Grid
  • [17,null,13]
  • [null,null,18]
  • [15,null,11]
SolvedGrid
  • [17,12,13]
  • [10,14,18]
  • [15,16,11]
MagicConstant
42

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

Show answer

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

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