0
$\begingroup$

I know the correct answer is $1 - P(\text{no aces}) = 1 - \frac{\binom{48}{5}}{\binom{52}{5}}$

But I cannot think of why $\frac{{\binom 4 1}{\binom {51} 4}}{\binom {52} 5}$ is wrong. Does this formula even make sense? What am I missing?

  • 0
    One quick check for problems like these is that the **UPPER** entries in the numerator (so, $4$ and $51$) will sum to the **UPPER** entry in the denominator. $$4 + 51 \neq 52$$ so you've done something wrong...2017-02-25

3 Answers 3

0

I realized that I am double counting some hands, for example (A1 A2 K1 K2 K3) and (A2 A1 K1 K2 K3) are counted separately.

  • 0
    If no one answers and you have found the answer to your question, you can delete this quetsion.2017-02-25
0

I don't think this formula makes sense. If you are doing it using at least in view. Then you have to make 4 cases and add them.

Using this formula you are adding some redundant cases also.

0

Your solution is wrong because of the word atleast. When your dealing with atleast, you cannot use the combination $\binom{4}{1}$, because this says that you want exactly 1 ace. Instead, you have to do it the converse way, like the correct answer.

You answer is wrong because atleast one ace cannot be calculated via combinations. It must be calculated by $1 - P(\text { no ace ) }$.


Suppose you want exactly 1 ace. Well ,there are 4 aces in a deck, and we you want to choose exactly 1. $\binom{4}{1}$. Now that we have chosen a ace, there are 52-4 = 48 cards left in the deck, since we only want 1 ace. So out of these 48 cards, we want to choose 4 more. That's $\binom{48}{4}$. Then we divide by $\binom{52}{5}$, because that's the total number of cases.

Hope this helps.

The probability of an ace from a 5-card hand?

Read the correct answer for this.