Consider the following experiment. Three cards are drawn from a standard deck of 52 cards, one after the other. Before the second card is drawn, the first card is put back in the deck and the deck is re-shuffled. Before the third card is drawn, the second card is put back in the deck and the deck is re-shuffled.
Find the probability that all three cards will be in the suit of hearts.
Find the probability of not getting all three cards in the suit of hearts.
Find the probability of not getting any cards in the suit of hearts.
So far I solved (1) by using
$$\frac{\binom{13}2}{\binom{52}3}=\frac{\frac{13!}{(13-3)!3!}}{\frac{52!}{(52-3)!3!}}=\frac{2860}{22100}=0.129\approx12.9\%$$
The possible number of three hearts in a card deck is $2860$, and the possible number to have three hearts in a card deck is $22100$. Using these values yield $0.129$ as probability to pick three cards where all are suit of hearts.
The second point confuses me a bit. Not having all three cards could mean one, two, or maybe zero cards in the suit of hearts. I thought about using the counting principle and multiple $$\frac{\binom{13}0\binom{13}1\binom{13}2}{\binom{52}3}\;,$$ but I am not sure if this is right. If somebody is able to point into a direction that would be great.
The third part of this exercise I assumed to be $$\frac{\binom{13}0}{\binom{52}3}\;,$$ since none of the cards ($0$) is in the suit of hearts.
I appreciate your time and efforts. Thanks
-Daniel