- #1
ctswitzer
- 3
- 0
A deck of 25 cards consists of 5 suits, 5 cards of each suit, no other values. Cards are face down and randomized, and revealed one at a time. The only other rule is that the game ends when at least one card of each suit is revealed (meaning, at most 21 cards will be revealed).
I'm trying to figure out the probability that the game ends in 5 turns, 6, 7, 8, ... 21, but my knowledge of factorials, which I suspect could help here, is limited (B+ in college calculus some years ago).
I know 5: Any card can be drawn first, then the probabilities are 20/24 * 15/23 * 10/22 * 5/21 = 15,000/255,024 = .0588 = 5.88%. So there is a 5.88% chance the game ends when the 5th card is revealed. Easy enough.
By following a similar process I believe there is an 11.75% of the game ending in 6 rounds, but I'm not sure that answer is correct and I'm looking for a formula that might simplify things.
Your thoughts welcome.
I'm trying to figure out the probability that the game ends in 5 turns, 6, 7, 8, ... 21, but my knowledge of factorials, which I suspect could help here, is limited (B+ in college calculus some years ago).
I know 5: Any card can be drawn first, then the probabilities are 20/24 * 15/23 * 10/22 * 5/21 = 15,000/255,024 = .0588 = 5.88%. So there is a 5.88% chance the game ends when the 5th card is revealed. Easy enough.
By following a similar process I believe there is an 11.75% of the game ending in 6 rounds, but I'm not sure that answer is correct and I'm looking for a formula that might simplify things.
Your thoughts welcome.