We have 100 bags which contains finite number of colored balls. None of them are empty.
We gonna put them into "k" boxes.
What is the minimum value of "k" which no matter how the contents of bags are arranged the bags can be distributed into k boxes so that for each box at least one of the following two conditions is held:
• all bags of a box contain a ball of the same color
• each bag of a box contains a ball colored differently from all balls of all other bags of this box.
I honestly don't have any idea to approach this one. For only first condition k must be 100 or higher.
For only second the highest value of k is 100.
But probably this is not the way I should've started approaching this so anyways.
Thanks for your help.