Given a normal deck of # 52 # cards. If I draw five cards from the deck, what is the probability that all five cards are evenly divisible by # 3? # (assume jacks, queens, kings, and aces to not be divisible by # 3#
2 Answers
Explanation:
The card values which are divisible by
However as each card is drawn, it affects the probabilities for the remaining cards. (Assuming the cards are NOT replaced.)
Cancel where possible first:
Answer to the second part:
Explanation:
The number of five-card draws that have zero cards divisible by 3 in them is
Likewise, the number of total five-card draws is
The probability of drawing a five-card hand with no cards divisible by 3 is then the proportion of successful draws out of all total draws.
#"P"("all 5 not divisible by 3")#
#="num. successful draws"/"num. total draws"#
#=(""_39C_5)/(""_52C_5)#
These "C" values are binomial coefficients, so by request, we can leave our answer as this.