In the $200\times 200$ table in some cells lays red or blue chip. Every chip "see" other chip, if they lay in same row or column. Every chip "see" exactly $5$ chips of other color. Find maximum number of chips in the table.
Problem
Source: All Russian Olympiad 2017,Day2,grade 11,P6
Tags: combinatorics
02.05.2017 04:48
02.05.2017 14:04
Answer is right. Additional question : what about $N\times N$ table with same conditions ?
02.05.2017 14:16
RagvaloD wrote: Answer is right. Additional question : what about $N\times N$ table with same conditions ? Isn't it $20(n-10)$ with like the same argument for $n=200$?
12.11.2024 06:51
Probably same as above:- Answer is $3800$ . Construction:- To prove the bound say we have $>3800$ chips. Call a column or row "fulfilled" if it has both blue and red coloured chips . Call a column "red fullfilled" if it contains only red chips[empty ones are not considered] and blue fulfilled similarly. Claim: No two non fullfillied row and columns share a chip. Assume WLOG both are red fullfilled if they share a red chip it will not be able to see any blue chip. Now Then observe if we pick any chip in a non fulfilled row , the column going containing it is fulfillied . similarly for a non fullfilled column Now consider this say we pick a row $R_1$ and $R_2$, $R_2$ is towards right side [not necessarily immeidate right] of $R_1$ containing only red chips and in a column $R_1$ contains a chip but not $R_2$ then we always move the chip to $R_2$. . At the end of this algorithm there will be a max of $5$ red fullfilled rows as we have "Then observe if we pick any chip in a non fulfilled row , the column going containing it is fulfillied . similarly for a non fullfilled column" Similarly do for red fullfilled columns and blue fullfilled ones.hence in each category we have max of $5$ . Claim: Any non fullfilled row / column has a max of $189$ chips. Proof: Pick the non fulfilled row/column with most number of chips say $M$ WLOG say its a row, now count the total number of chips as the sum of number of chips in each column , columns which contain a chip from that non fullfilled row will contain max $10$ chips otherwise max $M$ , so $M(200-M)+10M > 3801 \implies M<190$. Now as there exists a max of $10$ non fullfilled rows , each has max $189$ chips and the fullfilled ones have a max of $10$ So max no of chips $<10*190+190*10=3800$ which is a contradiction