Hi guys,
Currently, trying to determine the percentage chance of winning an imaginary giveaway for 500 prizes. It uses a single entry per person.
Say there is 10000 entries and a total of 500 can win with each winner being unique (1 per person).
So far I figure that since you can only win once the odds would be:
1/10000 + 9999/10000 * 1/9999 + 9999/10000 * 9998/9999 * 1/9998 + 9999/10000 * 9998/9999 * 9997/9998 * 1/9997 + ... etc
How would I go about calculating that if one person was to have 1000 entries instead of just one?
For example, say one person cheats and gets 1000 tickets in a raffle instead of just one with the same prize pool and total entries.