Probability: a specific hand of cards

AI Thread Summary
To find the probability of a bridge hand containing the AKQJ of spades and no other spades, the total number of possible hands is calculated using combinations: C(52, 13). The favorable outcomes involve selecting the four specific spades and then choosing 9 non-spade cards from the remaining 39 cards. The calculation requires determining how many ways to select 9 cards from the 39 non-spades, which is given by C(39, 9). The challenge lies in accurately combining these probabilities while ensuring that the specific spades are included and no additional spades are selected.
mbrmbrg
Messages
485
Reaction score
2

Homework Statement



Find the probability of a bridge hand (13 cards) with the AKQJ of spades and no other spades.

Homework Equations



P(event)=\frac{\# \ \\favorable \ \\outcomes}{total \ \# \\outcomes}

nCr=\left(\begin{array}{c}n\\r\end{array}\right)=\frac{n!}{r!(n-r)!}

There are 52 cards in a deck, 13 of which are spades.

The Attempt at a Solution



  • The total number of possible bridge hands is \left(\begin{array}{c}52\\13\end{array}\right)
  • To get a hands with AKQJ of spades, pick them and then fill your hand with 9 other cards from the remaining 4 cards. So the committees containing AKQJ are \left(\begin{array}{c}48\\9\end{array}\right)
  • But how many of those \left(\begin{array}{c}48\\9\end{array}\right) hands don't have spades? Well, let's remove the 9 remaining spades from the deck, and see how many ways we now have to fill our hand: \left(\begin{array}{c}48-9\\9\end{array}\right)=\left(\begin{array}{c}39\\9\end{array}\right)
  • Here's where I'm stuck. The result in the previous bullet tells me how many hands will have four spades. But I want 4 particular spades; and intuitively, I know that I'm less likely to pull a run of four spades than any group of 4 spades. I don't know where to go from here. Should I compute the probability of drawing 9 non-spades and then compute (separately) the probability of drawing a run of spades from the remaining cards? I don't know how to compute the probability for a run, nor do I know how to combine those two probabilities to get the answer to the problem.

Thanks in advance for any help!
 
Last edited:
Physics news on Phys.org
Think about counting the spades this way:
You want 1 Ace of Spades from the total of _____ Aces of Spades in the deck, and
you want 1 King of Spades from the total of _____ Kings of Spades in the deck, and
you want 1 Queen of Spades from the total of _____ Queens of Spades in the deck, and
you want 1 Jack of Spades from the total of _____ Jacks of Spades in the deck.

Count each separately then _________ because of the "and"s

For the other 9 cards: remember that you do not want any more spades in your hand. There are 47 cards that are not the ones you've mentioned above, but some are the other spades. Take the count of the remaining spades from 47 and select the remaining 9 from them.

Sorry for the verbosity - things get wordy with descriptions and no math.
 
Back
Top