How many integers from 100 to 999 must be picked in order to ensure that at least two of them have a digit in common?
Answers
Concept introduction:
The pigeonhole principle, one of mathematics' most basic yet useful concepts, can help us in this situation. The simplest form states that if () pigeons fill N holes, then at least pigeons must be present in at least one hole. As a result, if pigeons occupy holes, at least one of those holes must have at least pigeons in it.
Explanation:
Given that, integers from to .
We have to find, integers where at least two of them have a digit in common.
According to the question,
Each integer that was picked will occupy at least one digit from 1 to 9.
By Pigeonhole principle, picking only integers may not cause at least two of them to have a digit in common.
Final Answer:
We have to pick at least integers to ensure that at least two of them have a digit in common.
#SPJ3