View Full Version : Probability- drawing cards from a deck.
johnsa9
Feb12-09, 09:19 PM
I am having some issues with trying to figure out how to go about solving this problem.
You have a standard deck of 52 cards and you draw 10 without replacement.
What is the probability of drawing four of the same rank? (ex. 4 aces)
Order doesn't matter, so I am thinking I have to do some sort of combination over the number of ways to draw ten cards. I could be completely wrong though...
Please help? :D
tiny-tim
Feb13-09, 10:58 AM
You have a standard deck of 52 cards and you draw 10 without replacement.
What is the probability of drawing four of the same rank? (ex. 4 aces)
Hi johnsa9! Welcome to PF! :smile:
Is this an exam question, or did you just make it up?
Exam questions are usually less complicated than this (in the sense that they don't involve too much number-slugging).
You have to count all the ways of drawing 10 cards (which is easy!), and all the ways in which 4 of them are the same (which is really complicated). :smile:
robert Ihnot
Feb14-09, 04:03 AM
13*1\frac{48!}{42!6!}*\frac{42!10!}{52!}=1.01%
Rogerio
Feb15-09, 04:50 AM
You have to count all the ways of drawing 10 cards...
{52\choose 10}
and all the ways in which 4 of them are the same.
Well, there are aces, kings, queens, jacks, etc...So,
#combinations we are interested in =
#combinations with 4 aces (including combinations with 4 kings, etc... )
PLUS
#combinations with 4 kings (including combinations with 4 aces, etc... )
PLUS
etc...
MINUS
#combinations with 4 aces e 4 kings (because they were counted twice )
MINUS
#combinations with 4 aces e 4 queens (because they were counted twice )
MINUS
etc...
That is:
{13\choose 1}{48\choose 6} - {13\choose 2}{44\choose 2}
So, the probability of getting four of same rank is
\frac{{13\choose 1}{48\choose 6}-{13\choose 2}{44\choose 2}}{{52\choose 10}}=\frac{6483}{643195}
:smile:
tiny-tim
Feb15-09, 06:59 AM
{13\choose 1}{48\choose 6} - {13\choose 2}{44\choose 2}
So, the probability of getting four of same rank is
\frac{{13\choose 1}{48\choose 6}-{13\choose 2}{44\choose 2}}{{52\choose 10}}=\frac{6483}{643195}
:smile:
Hi Rogerio! :smile:
(btw, please don't give too much of the answer away before the OP has had a chance to try it him/herself)
two things …
i] you have to add back in the probability of three fours (ok, i know that's pretty small :rolleyes:)
ii] you haven't included the factor for eg, the number of ways of laying down 4 aces among 10 cards. :wink:
Rogerio
Feb16-09, 09:11 AM
Hi Rogerio! :smile:
(btw, please don't give too much of the answer away before the OP has had a chance to try it him/herself)
two things …
i] you have to add back in the probability of three fours (ok, i know that's pretty small :rolleyes:)
ii] you haven't included the factor for eg, the number of ways of laying down 4 aces among 10 cards. :wink:
Hi tiny-tim!
the two things...:wink:
i] only Chuck Norris (and maybe David Copperfield) could get three fours using just 10 cards.:rolleyes:
ii] the "number of ways of laying down 4 aces among 10 cards" is already the factor {48\choose 6}
So, the probability of getting four of same rank is
\frac{{13\choose 1}{48\choose 6}-{13\choose 2}{44\choose 2}}{{52\choose 10}}=\frac{6483}{643195}
:smile:
tiny-tim
Feb16-09, 12:04 PM
Hi Rogerio! :smile:
i] oops! :redface:
ii] no, 48C6 is only the number of ways if the first four cards are four aces … but the aces could be anywhere :smile:
Rogerio
Feb16-09, 12:14 PM
...
ii] no, 48C6 is only the number of ways if the first four cards are four aces … but the aces could be anywhere :smile:
Tiny-tim, the order doesn't matter...
So, you have exactly 48_C_6 combinations.
:smile:
Adeimantus
Feb16-09, 01:30 PM
...
i] only Chuck Norris (and maybe David Copperfield) could get three fours using just 10 cards.:rolleyes:...
FACT: There is no <CTRL> key on Chuck Norris's keyboard. Chuck Norris is always in control. Believe it.
robert Ihnot
Feb16-09, 04:25 PM
Rogerio: Tiny-tim, the order doesn't matter...
So, you have exactly 48_C_6 combinations.
I thought the simplist way to look at this was to just take out the four cards that are the same--say aces. Well, then there are only 13 such sets of four cards in the whole deck. Now if we add a 5th card, there are 48 ways of adding that fifth card, as Poker players know. So by extension we arrive at 13{48\choose 6}. Order does not matter.
But, I did not consider, as did Rogerio did, that duplicate sets could occur after we draw 8 or more cards!
Brunonj
Dec16-11, 03:49 PM
I would like to first stress that I have never taken a statistics course in my life, so my logic may be flawed, but if so it would be helpful if someone explained to me where the flaw is. So as far as I can tell the problem is trying to calculate the probability that 4 aces will be drawn out of a 52 card deck when 10 cards are drawn. I believe this ratio would be equal to:
the number of hands possible not counting for order that can be drawn with 4 aces/the number of hands possible not counting for order that can be drawn
so, when looking at the numerator I would assume that each of those hands contain 4 aces and 6 other cards, and that each grouping of 6 would have at least one different card from each other grouping. which would be equal to 48!/(6!42!) total hands (as if I'm drawing 6 cards from a deck of 48). The 48! in this being the number of ways the deck can be arranged, the 42! accounting for the number of ways the nonviewed cards could be arranged without changing the 6 cards in the hand and the 6! accountinf for the number of ways the viewed cards could be arranged without changing the 6 cards that will be in hand.
Out of similar logic I derive the denominator to be 52!/(10!42!) because the number of ways the deck could be arranged is 52!, the number of ways that the viewed and nonviewed cards could be arranged without changing the hand are 10! and 42! respectively.
at this point I come to (48!/(6!42!))/(52!/(10!42!))
=(48!/6!)/(52!/10!)
=(10!/6!)/(52!/48!)
=(10*9*8*7)/(52*51*50*49)
=5040/6,497,400
=.000775694...
=.0775694%
Brunonj
Dec17-11, 10:52 AM
Never mind, I misread the problem
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.