medium 5×5 Set 30 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,8]
  • [null,null,3]
  • [null,9,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 15. Grid: [_ _ _ | _ 5 9 | _ 3 4]

Show answer

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

SubType
magic-square
Difficulty
medium
Grid
  • [null,null,null]
  • [null,5,9]
  • [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: [_ 4 9 | _ _ 10 | _ 12 _]

Show answer

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

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

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

Show answer

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

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