medium 5×5 Set 24 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,null]
  • [10,8,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 _ _ | _ 14 18 | _ _ 13]

Show answer

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

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