expert 5×5 Set 25 Form Exercise

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

Show answer

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

SubType
magic-square
Difficulty
expert
Grid
  • [6,null,2]
  • [null,5,null]
  • [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 15. Grid: [4 3 _ | _ 5 1 | 2 _ _]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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