What is the probability that the deal of a five-card hand provides no aces?
2 Answers
(48 choose 5) / (52 choose 5) = 0.6588
Explanation:
All the combinations of hands that could contain no aces is the equivalent of removing the four aces from the deck and dealing all the combinations of hands from the remaining 48 cards. So, the numerator of the probability ratio should be (48 choose 5).
If you want the probability that any possible 5 card hand is a hand that contains no aces, then the denominator should contain all possible hands that can be dealt from a full deck of cards, which is (52 choose 5).
Then divide all the "no aces" combinations by all possible combinations of the full deck to determine the chance that any given hand dealt won't contain any aces.
0.659 (3dp)
Explanation:
Method 1
If we start with a full deck there are
Card
# P("Card 1 not Ace") = 48/52 #
Card
# P("Card 2 not Ace") = 47/51 #
Card
# P("Card 3 not Ace") = 46/50 #
Card
# P("Card 4 not Ace") = 45/49 #
Card
# P("Card 5 not Ace") = 44/48 #
So then:
# P("all five cards non aces") = 48/52 * 47/51 * 46/50 * 45/49 * 44/48#
# " " = 35673/54145 #
# " " = 0.658841 ... #
# #
Method 2
Using the combination formula:
# ""_nC^r = ( (n), (r) ) = (n!)/(r!(n-r)!) #
The number of combination of choosing five non-aces from 52 cards (48 of which are not aces) is given by:
# n("all five cards non aces") = ""_48C^5 = ( (48), (5) ) #
# " " = (48!)/(5!(48-5)!) #
# " " = (48!)/(5!43!) #
And the total number of all combinations of choosing any five cards
# n("any five cards") = ""_52C^5 = ( (52), (5) ) #
# " " = (52!)/(5!(52-5)!) #
# " " = (52!)/(5!47!) #
# P("all five cards non aces") = (n("all five cards non aces"))/(n("any five cards")) #
# " " = ((48!)/(5!43!))/((52!)/(5!47!)) #
# " " = (48!)/(5!43!) * (5!47!)/(52!) #
# " " = (47! * 48!)/(43! * 52!) #
# " " = (43! * 44*45*46*47 * 48!)/(43! * 48! * 49 * 50 * 51 * 52) #
# " " = (44*45*46*47)/(49 * 50 * 51 * 52) #
# " " = 4280760/6497400 #
# " " = 35673/54145 # , as above
Or we could compute the combinations using a calculator;
# P("all five cards non aces") = (""_48C^5) /( ""_52C^5) #
# " " = 1712304/2598960 #
# " " = 35673/54145 # , as above