A -card deck contains 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 . Find
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.
Reduce to a plain 3-card draw. The question therefore becomes:
with marked and unmarked cards.
Use the complement. "At least one" is a union of overlapping events, so count the single easy complement instead:
Compute the two binomial coefficients.
Subtract.
Convert to a percentage.
Sanity check on the exchangeability step: the answer does not depend on the size of the opening hand at all — drawing , or cards first and then gives the same , as long as none of them is revealed.
Need to solve a different problem like this? Open the solver →