Make magic square such that sum of all integers row, wise, column, wise and diagonal wise will be same .
Answers
Answered by
2
Answer:
Row-wise sum:
6 + 7 + 2 = 15
1 + 5 + 9 = 15
8 + 3 + 4 = 15
Column-wise sum:
6 + 1 + 8 = 15
7 + 5 + 3 = 15
2 + 9 + 4 = 15
Diagonal-wise sum:
6 + 5 + 4 = 15
2 + 5 + 8 = 15
Answered by
4
In a magic square, every row, column and each of the diagonals add up to the same total.
Here is a magic square.
The numbers 1 to 9 are placed in the small squares in such a way that no number is repeated and the sum of the three digits column-wise, row-wise and diagonally is equal to 15. This is a 3 by 3 magic square.
Attachments:
Similar questions