If I randomly pick 80 cards, uniformly, from a standard 52-card deck, with replacement, what is the probability that every card is drawn at least once?
I understand that to tackle this question, I will most probably need to use Inclusion/Exclusion, however, I'm not entirely sure how to solve this.
Any help would be greatly appreciated.
Hint: Think of the following situation:
You need to pick a specific card from a set of 52 cards. By specific, I mean choose a card in advance. What would be the probability of picking the card?
Do this 52 times, and make sure all the 52 cards are chosen. You can do this by not replacing the card picked before. You thus get a probability of choosing 52 different cards.
The remaining 28 cards can be picked without any restrictions. So, it would be just ${52 \choose 28} (\frac {1}{52})^{28} (\frac {51}{52})^{24}$.
Multiply the answer from 3 and 2 to get final answer.