- #1
mbrmbrg
- 496
- 2
Homework Statement
Find the probability of a bridge hand (13 cards) with the AKQJ of spades and no other spades.
Homework Equations
[tex]P(event)=\frac{\# \ \\favorable \ \\outcomes}{total \ \# \\outcomes}[/tex]
[tex]nCr=\left(\begin{array}{c}n\\r\end{array}\right)=\frac{n!}{r!(n-r)!}[/tex]
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 [tex]\left(\begin{array}{c}52\\13\end{array}\right)[/tex]
- 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 [tex]\left(\begin{array}{c}48\\9\end{array}\right)[/tex]
- But how many of those [tex]\left(\begin{array}{c}48\\9\end{array}\right)[/tex] 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: [tex]\left(\begin{array}{c}48-9\\9\end{array}\right)=\left(\begin{array}{c}39\\9\end{array}\right)[/tex]
- 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: