Maths Olympiad Prep

Library / /102 of 121

Combinatorics Difficulty 6.9 National Olympiad Prove it India

Problem:

All the squares of a 2024×20242024 \times 2024 board are coloured white. In one move, Mohit can select one row or column whose every square is white, choose exactly 1000 squares in this row or column, and colour all of them red. Find the maximum number of squares that Mohit can colour red in a finite number of moves.

Solution

Solution:

Let n=2024n=2024 and k=1000k=1000. We claim that the maximum number of squares that can be coloured in this way is k(2nk)k(2n-k), which evaluates to 30480003048000.

Indeed, call a row/column bad if it has at least one red square. After the first move, there are exactly k+1k+1 bad rows and columns: if a row was picked, then that row and the kk columns corresponding to the chosen squares are all bad. Any subsequent move increases the number of bad rows/columns by at least 11. Since there are only 2n2n rows and columns, we can make at most 2n(k+1)2n-(k+1) moves after the first one, and so at most 2nk2n-k moves can be made in total. Thus we can have at most k(2nk)k(2n-k) red squares.

To prove this is achievable, let's choose each of the nn columns in the first nn moves, and colour the top kk cells in these columns. Then, the bottom nkn-k rows are still uncoloured, so we can make nkn-k more moves, colouring k(n+nk)k(n+n-k) cells in total.

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.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.