In an board, the numbers through are written so that the number in row and column is equal to
Suppose we select different cells of the board, where no two cells are in the same row or column. Find the maximum possible product of the numbers in the cells.
, 2012
Solution
The answer is . This is achievable by choosing the numbers , which are at positions . To show this is the best possible, we begin with a lemma.
Lemma. If are real numbers such that , then .
Proof. We have , which implies
Since , this simplifies to as desired.
Let be the number in row and column . Suppose we have chosen the numbers . If the sequence is strictly decreasing, then for all and we get a configuration in the first paragraph. Else there exists such that and . Notice that
Moreover,
So by the lemma, we have that
Therefore we increase the product of the numbers by changing and to and , so our original arrangement could not have been a maximum.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.