[Math] Suppose you draw two cards from a deck of 52 cards without replacement.

conditional probabilityprobabilitystatistics

Suppose you draw two cards from a deck of 52 cards without replacement.

1) What is the probability that both cards are hearts?

2) What is the probability that exactly one of the cards is hearts?

3) What is the probability that none of the cards are hearts?

I get that the first answer is 13/52 * 12/51.

For the second, is it 13/52 * 39/51 because the new deck has 51 cards of which 12 are hearts, hence 39/51 is the probability of the second not being hearts?

Will the third answer just be 39/52 * 38/51?

Best Answer

You're missing something in part 2), namely that drawing a heart first and drawing a non-heart first are both allowed.

You should multiply your answer by 2 since there are 2 ways of drawing exactly 1 heart: heart first, or non-heart first.

Your other answers look fine.