Statistics · real student question

A 60-card deck contains 11 marked cards. Five cards are drawn as an opening hand and set aside without being looked at. Three more cards are then drawn at random from the remaining 55. What is the probability that at least one of those three cards is marked?

Question

A 6060-card deck contains 1111 marked cards. Five cards are drawn as an opening hand and set aside without being looked at; three more cards are then drawn at random from the remaining 5555. Find

P(at least one of the three is marked)P(\text{at least one of the three is marked})

Step-by-step solution

  1. Deal with the opening hand first — it is the whole point of the problem. It is tempting to condition on how many marked cards went into the first five. But nothing was observed, and the deck was shuffled uniformly, so the eight cards drawn in total (five, then three) are just a uniformly random ordered sample of eight. By exchangeability, positions 6, 7 and 8 are as likely to be any particular triple as positions 1, 2 and 3.

  2. Reduce to a plain 3-card draw. The question therefore becomes:

    P(at least one marked among 3 cards drawn from the full 60)P(\text{at least one marked among 3 cards drawn from the full }60)

    with 1111 marked and 6011=4960-11=49 unmarked cards.

  3. Use the complement. "At least one" is a union of overlapping events, so count the single easy complement instead:

    P(at least one)=1P(none marked)=1(493)(603)P(\text{at least one})=1-P(\text{none marked})=1-\frac{\binom{49}{3}}{\binom{60}{3}}

  4. Compute the two binomial coefficients.

    (493)=4948476=18424,(603)=6059586=34220\binom{49}{3}=\frac{49\cdot 48\cdot 47}{6}=18424,\qquad \binom{60}{3}=\frac{60\cdot 59\cdot 58}{6}=34220

  5. Subtract.

    P=11842434220=342201842434220=1579634220P=1-\frac{18424}{34220}=\frac{34220-18424}{34220}=\frac{15796}{34220}

  6. Convert to a percentage.

    1579634220=0.46160146.2%\frac{15796}{34220}=0.461601\ldots\approx 46.2\%

    Sanity check on the exchangeability step: the answer does not depend on the size of the opening hand at all — drawing 00, 55 or 2020 cards first and then 33 gives the same 46.16%46.16\%, as long as none of them is revealed.

Answer

P=1(493)(603)=157963422046.16%P=1-\frac{\binom{49}{3}}{\binom{60}{3}}=\frac{15796}{34220}\approx 46.16\%

Need to solve a different problem like this? Open the solver →