easy 4×4 Set 63 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [15 10 _ | _ 14 12 | _ 18 _]

Show answer

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

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