starter 4×4 Set 55 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

Show answer

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

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