Let and be two sets of reals with the same sum. Prove that you can find an array so that the row sums are and the column sums are .
, 2011
Solution
Let , and let . Create the table
| 0 | 0 | ... | 0 | |
|---|---|---|---|---|
| 0 | 0 | ... | 0 | |
| ... | ... | ... | ... | ... |
| ... |
The sum of the first rows and columns clearly satisfies the conditions, and the last row sum is as required. Likewise for the last column sum.
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.