Problem:
Find the smallest such that for any arrangement of checkers in a checkerboard, with at most one checker in each square, there exist rows and columns for which every checker is contained in at least one of these rows or columns.
Solution
Solution:
Answer:
If there is a chip in every square along a main diagonal, then we need at least rows and columns to contain all these chips. We are left to show that is sufficient.
Take the rows with greatest number of chips. Assume without loss of generality they are the first rows. If the remaining rows contain at most chips, then we can certainly choose columns that contain these chips. Otherwise, there exists a row that contains at least chips, so every row in the first rows must contain at least chips. But this means that there are at least chips in total. Contradiction.
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.