In a board, we place a real number in every square. If the sum of the numbers in any row or column is , find the maximum value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider the sum of all elements in the table. Summing by rows, the sum is m . Summing by columns, the sum is n . Hence, m = n always, which means that the answer is 0 .