Probability of Getting 1 Jack when taking 5 cards from a deck

  • Thread starter Thread starter Master1022
  • Start date Start date
  • Tags Tags
    Cards Probability
AI Thread Summary
The discussion focuses on calculating the probability of drawing exactly one jack when selecting five cards from a standard 52-card deck. The initial approach correctly identifies the formula for part (a), which involves combinations to determine the number of ways to select one jack and four non-jacks. For part (b), the interpretation of the phrase "considering that in the first 3 cards there is a jack" is crucial, as it can imply either exactly one jack or at least one jack, leading to different probabilities. The conversation emphasizes the importance of clarity in wording and suggests using both direct counting and conditional probability methods for accurate calculations. Overall, the thread highlights the complexities involved in probability questions and the need for precise definitions.
Master1022
Messages
590
Reaction score
116
Homework Statement
(a) What is the probability of picking up ONLY one jack when taking 5 cards from a 52 card deck
(b) Considering that in the first 3 cards there is a jack what is the probability that the jack was the first card to be extracted
Relevant Equations
Probability and combinatorics
Hi,

I was looking through probability questions and attempting it.

Question:
(a) What is the probability of picking up ONLY one jack when taking 5 cards from a 52 card deck
(b) Considering that in the first 3 cards there is a jack what is the probability that the jack was the first card to be extracted

Attempt:
For part (a), I did:
\text{probability} = \frac{\text{number of ways of picking up 5 cards with only 1 jack}}{\text{total number of ways of picking up 5 cards from 52 cards}}
P = \frac{\begin{pmatrix} 4 \\ 1 \end{pmatrix} \cdot \begin{pmatrix} 52 - 4 \\ 4 \end{pmatrix}}{\begin{pmatrix} 52 \\ 5 \end{pmatrix}} = \frac{\begin{pmatrix} 4 \\ 1 \end{pmatrix} \cdot \begin{pmatrix} 48 \\ 4 \end{pmatrix}}{\begin{pmatrix} 52 \\ 5 \end{pmatrix}}
The terms in the numerator represent:
- ##\begin{pmatrix} 4 \\ 1 \end{pmatrix}## is the number of jack's available
- ##\begin{pmatrix} 48 \\ 4 \end{pmatrix}## is the number of ways to pick the remaining 4 cards from 48 non-jack cards in the deck.

Does this look right for (a)?

For part (b), I thought it would be ##\frac{1}{3}##, but I may need to give this more thought...

Thanks in advance.
 
Physics news on Phys.org
Looks OK to me.
 
Be careful with the wording in part b. "Considering that in the first 3 cards there is a jack"

The results are different depending upon whether you take that to mean "exactly one jack", or whether you take it to mean "one or more jacks". Personally I what have thought it meant one or more jacks, but in any case, it's very important to be clear on the details in this type of question.

In one interpretation the correct answer is 1/3 (can you tell me which interpretation that is?), but in the other interpretation the answer is greater than 1/3. Perhaps you could have a go at tackling each separate case.
 
Last edited:
uart said:
Be careful with the wording in part b. "Considering that in the first 3 cards there is a jack"

The results are different depending upon whether you take that to mean "exactly one jack", or whether you take it to mean "one or more jacks". Personally I what have thought it meant one or more jacks, but in any case, it's very important to be clear on the details in this type of question.

In one interpretation the correct answer is 1/3 (can you tell me which interpretation that is?), but in the other interpretation the answer is greater than 1/3. Perhaps you could have a go at tackling each separate case.
Thanks @uart ! You have raised a fair point. I think the 1/3 would be for the interpretation where there is only 1 jack within the three cards.

Then for the interpretation that the phrase 'considering that in the first 3 cards there is a jack' means there is at least one jack, then I need to consider the cases whereby there are 2 or 3 jacks. So would I need to set up an expression along the following lines?
\text{P(first card jack| at least one jack)} = \text{P(first card jack| 1 jack)} \cdot \text{P(1 jack| at least one jack)} + \text{P(first card jack| 2 jacks)} \cdot \text{P(2 jack| at least one jack)} + \text{P(first card jack| 3 jack)} \cdot \text{P(3 jack| at least one jack)}

So I can get:
- ##\text{P(first card jack| 1 jack)} = 1/3##
- ##\text{P(first card jack| 2 jacks)} = 2/3##
- ##\text{P(first card jack| 3 jack)} = 1##

Then I would just need to calculate the other terms. Would I do something as follows for ##\text{P(2 jack| at least one jack)}##?
\text{P(2 jack| at least one jack)} = \frac{\begin{pmatrix} 4 \\ 2 \end{pmatrix} \cdot \begin{pmatrix} 48 \\ 1 \end{pmatrix}}{\begin{pmatrix} 4 \\ 1 \end{pmatrix} \cdot \begin{pmatrix} 48 \\ 2 \end{pmatrix} + \begin{pmatrix} 4 \\ 2 \end{pmatrix} \cdot \begin{pmatrix} 48 \\ 1 \end{pmatrix} + \begin{pmatrix} 4 \\ 3 \end{pmatrix} \cdot \begin{pmatrix} 48 \\ 0 \end{pmatrix}}

Then I could change the numerator for the other two terms?
 
An alternative approach for part a)

The probability of precisely one Jack is five times the probability that only the first card is a Jack. And that's quite easy to calculate using direct probabilities.

My advice is to do it both ways and check you get the same answer!
 
Master1022 said:
Thanks @uart ! You have raised a fair point. I think the 1/3 would be for the interpretation where there is only 1 jack within the three cards.
That's correct.
Then for the interpretation that the phrase 'considering that in the first 3 cards there is a jack' means there is at least one jack, then I need to consider the cases whereby there are 2 or 3 jacks. So would I need to set up an expression along the following lines?
You can do it either by direct counting of permutations, or by conditional probability (Bayes' thm).

If by counting, let n1 be the total number of permutation containing exactly one jack (in the first 3 cards), n2 be the total number of permutations containing exactly 2 jacks, and similarly for n3.

Because they're mutually exclusive, n1+n2+n3 is then the total number of permutations containing one or more jack in the first 3 cards. Now for the numerator, you just have to work out what fraction of n1 has a jack in the first position, and similarly for n2 and n3 (as you've already done above)

Alternately you can use conditional probability.
Define "A" as the (unconditional) event that the first card dealt is a jack, and "B" as the (unconditional) event that there are one of more jacks in the first 3 cards dealt. You need to find P(A|B) = P(A and B)/P(B).

P(A) is very easy. P(B) is best calculated by considering the complementary event, 1-P(B). And P(A and B) is very easy if we recognize that one of those two events is a subset of the other.
 
Last edited:
Back
Top