[Math] Probability of Drawing A Card at least once (with replacement)

probability

Say we have a standard deck of $52$ cards. Probability of drawing the King of Hearts is $\frac{1}{52}$ obviously.

But lets say we were to make $30$ draws with replacement (so each time the card is drawn, it is put back in the deck and and the deck is shuffled). What are the odds that the King of Hearts card was drawn at least once out of those $30$ draws?

Thanks

Best Answer

Let $K$ be the number of KOHs you draw. Since each draw is with replacement and (presumably) independent of another, then it is easier to start and calculate the complement, $$P(K\geq 1) = 1-P(K=0),$$ in 30 draws.