Solving Probability: Learn How to Calculate Four of a Kind

  • Thread starter Thread starter Cyrus
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion centers on calculating the probability of being dealt four of a kind in a standard 52-card deck. It clarifies that there are 13 different ranks (Aces through Kings) that can form four of a kind, with 48 possible hands for each rank due to the need for one additional card. The calculation involves using the binomial coefficient to determine the total number of 5-card hands, emphasizing that order does not matter in this context. The final probability is derived by dividing the number of favorable outcomes (624) by the total possible hands (2,598,960), resulting in a low probability of 0.024%. The explanation highlights the importance of understanding combinations and permutations in probability calculations.
Cyrus
Messages
3,237
Reaction score
17
I have a quick one.

An example in a book I am reading says

(a) what is the probability of being delt four of a kind, that is, for aces, four kings, and so forth?
(one standard 52 card deck)
And they say "there are only 48 possible hands containing 4 aces; another 48 containing 4 kings etc. Thus there are 13*48 possible four-of-a-kind hands"


:confused:

There are 13 different cards, A-2-10-J-Q-K, doesn't that mean there are 13 possible four of a kind hands? What am I not seeing here...

Thank you.
 
Physics news on Phys.org
ooooooooooooooooooooooooooooooooooooo... its a 5 card hand, so there's a remainer of 1 card....how stupid of me...sighhhhhhhhhhhhhhhh... delete this thread please!
 
Aha, I have a real question now.

The number of possible outcomes is given by the binomial coefficient, defined as:

(n,k) = \frac {n!} {k!(n-k!)}

I read a nice article online about how this is proved using binomial expansion and pascals triangle. Proof makes sense. I see how it works for pascals triangle, but I don't see the connection to the total number of outcomes possible. It goes for the problem of how many 5 card hands can you have with a 52 deck of cards. I don't see how this definition is applicable. (Please don't tell me plug in 52 for n and 5 for k, I know that, I am asking WHY does this work). And I know I am going to get "because its a definition." Show me how its APPLICABLE. :-)

Cheers
 
Say, you have n objects and you want to find out how many ways you can order k of them. You'll have n options for the first one, n-1 for the next...n-k+1 for the last, so by the multiplicative principle there will be n*(n-1)*...*(n-k+1) possibilities, which can be written as n!/(n-k)! Now you know that the number of combinations (where order does not matter) times the amount of ways to order them will be the same as k!/(k-n)! With k objects you have k options for the first item, k-1 for the second, and so on. so there are k! ways to order them. so nCk*k! = n!/(n-k)!. Dividing by n! yields what youre looking for.

Hope this made sense.

EDIT: mixed some k's with n's
 
Last edited:
Say, you have n objects and you want to find out how many ways you can order k of them. You'll have n options for the first one, n-1 for the next...n-k+1 for the last, so by the multiplicative principle there will be n*(n-1)*...*(n-k+1) possibilities, which can be written as n!/(n-k)!

How come this alone is not the anwser? You said that you have n, or 52 cards, and you found out how many ways I can order k, or 5 of them. I am not following why you then multiplied this by k!
 
n!/(n-k)! is caleed number of permutations of k elements. the reason that this is not the answer is because this counts 1,2,3 and 1,3,2 as two different permutations but for what you are looking for order doesn't matter and so 1,2,3 and 1,3,2 should not be counted twice (it doesn't matter in what order you get the cards). The reason that you have to divide by k! is because k! is how many ways you can order k elements.
 
How to solve that lottery type of problem is: 13*4C4*48C1/52C5.

Here we divided the deck into two parts, one which contains all four cards of one suit, and the other which contains the remaining 48 cards, of which we draw one. Thus the numenator is: 13*1*48 = 624. This figure then is divided by 2598960, giving us .024%, which makes sense since it is very unlikely you will hold such a hand.

Why the 13? Well that comes about because THEY ARE 13 CASES HERE. If you'd rather we could just add the cases: for the Aces, for the duces, for the 3s, etc. Also, there is clearly only one way we can choose four from four, and 48 ways we can chose one from 48.
 
Last edited:
Back
Top