There is a table and cards printed with the numbers to . The cards are then distributed to the cells of the table so that there is one card in each cell. After that, we put a red sticker on the card in each row with the largest number, and a blue sticker on the card in each column with the largest number. Let denote the smallest number on the cards with red stickers, and denote the smallest number on the cards with blue stickers. How many different possible values of are there?
Solution
Answer:
For convenience we shall use the term 'red number' to the number on a card with a red sticker, and similarly for 'blue number'. Clearly, a red number, being a row maximum, is at least . Also, since is the smallest red number, there are other red numbers greater than , so is at most . The same is true for . That is, both and are between and (inclusive), and so is at most .
We shall prove that all these possibilities (from to ) for are attainable. Indeed, we can make and can be equal to any value between and . To make we can use the following configuration (the arrangements of the starred entries are unimportant):
| 381 | * | * | ... | * |
|---|---|---|---|---|
| * | 382 | * | ... | * |
| * | * | 383 | ... | * |
| ... | ... | ... | ... | ... |
| * | * | * | ... | 400 |
On the other hand for any , we can use the following configuration to obtain such value of while having :
| 1 | * | * | ... | * | 381 |
|---|---|---|---|---|---|
| 2 | 382 | * | ... | * | * |
| 3 | * | 383 | ... | * | * |
| ... | ... | ... | ... | ... | ... |
| 19 | * | * | ... | 399 | * |
| B | * | * | ... | * | 400 |
It follows that the answer is .
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.