Solve thisYou have a 3x3 matrix, with numbers from 2 to 10. The idea is to organise them in a way that makes the sum of a row, column, or a diagonal the same.
Ya3ni, if you add the three numbers in the first row, the sum of those numbers should be the same as the three numbers in column 2, or the diagonal from left to right.