Why Do Different Methods Yield Different Probabilities in Card Drawing?

  • Context: Undergrad 
  • Thread starter Thread starter Piers
  • Start date Start date
  • Tags Tags
    Drawing Probability
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
Piers
Messages
1
Reaction score
0
I read online, that if you have a deck of 60 cards, and you must draw seven, the probability of getting a specific card is 7/60.

What I don't understand, is why isn't this probability equal to: (1/60)+(1/59)+(1/58)+(1/57)+(1/56)+(1/55)+(1/54)? Both answers round to 12%, but this one gives 12.295% while the article's gives 11.667%.

My method seems to make more sense, but I wanted to ask here to be sure.
 
Physics news on Phys.org
The answer you found online is correct. To see why, let's look at a simpler example: you have a deck of 60 cards, and draw two. Now, this event can happen in one of two mutually exclusive ways: either you get the card on the first draw, or on the second. The probability of getting the card on the first draw is plainly 1/60. Now, you seem to be thinking "after I've drawn the first card, there are only 59 cards left in the deck, so the probability of getting the card on the second draw is 1/59." But in fact, this is only true on the condition that you didn't get the correct card on the first draw. If you did get the correct card on the first draw, the probability of getting on the second draw is zero! The unconditional probability that you'll get the correct card on the second draw is thus the probability that you failed to get it on the first draw times the probability that you get it on the second draw, given that you didn't get it on the first draw. Thus, the probability of getting the card on the second draw is 59/60 * 1/59 = 1/60, and the probability of getting the card on either draw is 1/60 + 1/60 = 2/60.

This result makes sense, because there's a bijection between the outcomes where you get the card on the first draw, and the outcomes where you get the card on the second draw (swap the order of the cards). Hence, the two events should have the same probability. Generalizing this argument, we see that the probability of getting a specific card after drawing n cards is n/60, as the online site claims.
 
Citan Uzuki said:
The answer you found online is correct. To see why, let's look at a simpler example: you have a deck of 60 cards, and draw two. Now, this event can happen in one of two mutually exclusive ways: either you get the card on the first draw, or on the second. The probability of getting the card on the first draw is plainly 1/60. Now, you seem to be thinking "after I've drawn the first card, there are only 59 cards left in the deck, so the probability of getting the card on the second draw is 1/59." But in fact, this is only true on the condition that you didn't get the correct card on the first draw. If you did get the correct card on the first draw, the probability of getting on the second draw is zero! The unconditional probability that you'll get the correct card on the second draw is thus the probability that you failed to get it on the first draw times the probability that you get it on the second draw, given that you didn't get it on the first draw. Thus, the probability of getting the card on the second draw is 59/60 * 1/59 = 1/60, and the probability of getting the card on either draw is 1/60 + 1/60 = 2/60.

This result makes sense, because there's a bijection between the outcomes where you get the card on the first draw, and the outcomes where you get the card on the second draw (swap the order of the cards). Hence, the two events should have the same probability. Generalizing this argument, we see that the probability of getting a specific card after drawing n cards is n/60, as the online site claims.

Excellent explanation. Thanks.
 
Citan Uzuki said:
The answer you found online is correct. To see why, let's look at a simpler example: you have a deck of 60 cards, and draw two. Now, this event can happen in one of two mutually exclusive ways: either you get the card on the first draw, or on the second. The probability of getting the card on the first draw is plainly 1/60. Now, you seem to be thinking "after I've drawn the first card, there are only 59 cards left in the deck, so the probability of getting the card on the second draw is 1/59." But in fact, this is only true on the condition that you didn't get the correct card on the first draw. If you did get the correct card on the first draw, the probability of getting on the second draw is zero! The unconditional probability that you'll get the correct card on the second draw is thus the probability that you failed to get it on the first draw times the probability that you get it on the second draw, given that you didn't get it on the first draw. Thus, the probability of getting the card on the second draw is 59/60 * 1/59 = 1/60, and the probability of getting the card on either draw is 1/60 + 1/60 = 2/60.

This result makes sense, because there's a bijection between the outcomes where you get the card on the first draw, and the outcomes where you get the card on the second draw (swap the order of the cards). Hence, the two events should have the same probability. Generalizing this argument, we see that the probability of getting a specific card after drawing n cards is n/60, as the online site claims.

Thanks for this, very nice :)