Question: A magic square game has a matrix in which each row has a row sum that is the same as each of the column sums. For instance, consider the matrix
This is a magic square of order 5 and sum 65. Find the value and optimal strategies of this game and show how to solve any magic square game.