I was reading about pigeon-hole principle from this paper.
If n items are put into m pigeonholes with n > m ( m,n ∈ N ∗ ), then at least one pigeonhole must contain more than one item.
One of the applications of the principle is stated as:
Pitter is the boss of a lotto games company, the lottery is a number which contains 5 digits. Every month, the machine picks up 1 number randomly and the owner of the lottery ticket with the same number will win one million dollars. In order to demonstrate the justice of the lottery, there must be at least one winner every month.
Based on the former condition, calculate the minimum number of customers should this ticket be sold to.
which has the solution as:
Since every digit of the number varies from 0 to 9, there are 10⁵ numbers in total. As a result of it, according to the Pigeonhole Principle, the number of customers should be at least 10⁵ + 1 = 100001.
So, as far as I understand the question and try to relate it with the basics of the principle:
- The possible lottery tickets are holes here.
- Customers are pigeon here.
- We need to find the minimum pigeons (customers) required such that one hole (ticket) is occupied by more than one pigeon.
This evaluates to: $100001$ customer required such that two of them share the same ticket. But I cannot understand the solution as it tries to evaluate minimum number of customer required to make the game "justified" or "such that there is at least one winner".
- The machine can pickup any random number (of $5$ digits) and if a lottery number can be assigned only to a single customer, then $10^5$ is least number of customers required such that at least one wins. And in this case, there are no ticket left so $10^5+1$ ($1$ extra customer) is out of question.
- If more than one customer is allowed to pick up same tickets, then $10^5+1$ customers can also pickup the same ticket (obviously, very low probability) and there could be no winner.
I'm sure I'm missing something here.
pigeon-hole principle
? If you have more bullets than pigeons and you shoot and never miss...then exists one pigeon with at least 2 holes ;) – L F Aug 20 '19 at 22:23Actually your numbers make sense and that's what I tried to describe. There are not much stuff about Lotto + Pigeon Hole either.
I think, that's because, only distributions makes sense (no. of people having same ticket) and not probabilities (no. of people such that one wins) as far as Pigeon Hole is considered in Lotto Games.
I'll drop the answer after waiting for a while.
– Paras Lehana Aug 21 '19 at 11:54In your case, Mr. A can guarantee his winning (100% probability) by taking the 101 spot in the line, no?
– Paras Lehana Aug 21 '19 at 12:37