A bird cage could only fit a maximum of $10$ birds. If a house has $21$ bird cage and $100$ birds. A bird cage is considered overpopulated if it fits $4$ or more birds inside it. How many cages (minimum) are overpopulated so that all the birds take place in a cage?
I tried fitting $10$ birds into the first $10$ cages, and it will result of $10$ overpopulated cages, then I reduce the last full cage, and added it to the empty cages down there. It resulted like this
$$ 10 \ 10 \ 10\ 10\ 10\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3\ 3 $$ My result is there are $5$ overpopulated bird cages minimum. Am I right? Or is there any other way to do it? Thanks for helping, appreciate your help!
If $16$ cages have $3$ or less birds , there are at least $52$ birds remaining which is too much for $5$ additional cages.
If we have $15$ cages with $3$ birds , we have $6$ additional cages, hence enough place for the remaining $55$ birds.
Hence, at least $6$ cages must be overpopulated.