Probability of matching a hand of 13 random cards with cards dealt from a shuffled deck up to position 35?
You are given a random assortment of 13 cards from one deck. Another deck is shuffled and cards dealt and called out from the top, the aim is to match all 13 of your cards before reaching 35 cards down into the deck. What is the probability of achieving this?
I realise this is closely related to something like the Birthday Paradox, but I can't seem to use to probability calculator on this site to work out the solution: https://betterexplained.com/articles/understanding-the-birthday-paradox/
The reason I'm asking is because this is a regular thing that happens like a bingo in a pub quiz I frequent and nobody ever wins the prize, which seems unlikely in so many months of playing with a pub full of people all with their own individual random assortment of 13 different cards. After the position of 35 is reached the rest of the deck is read out until someone obviously eventually matches up their cards first, but only win what's in the money pot for the night, rather than big money prize. Me and my friends have worked out various ways to fix the game, but it may be the probability is entirely not in anyone's favour, and the number 35 has been chosen very precisely odds-wise.
Hope someone can provide a solution.
probability combinatorics
New contributor
add a comment |
You are given a random assortment of 13 cards from one deck. Another deck is shuffled and cards dealt and called out from the top, the aim is to match all 13 of your cards before reaching 35 cards down into the deck. What is the probability of achieving this?
I realise this is closely related to something like the Birthday Paradox, but I can't seem to use to probability calculator on this site to work out the solution: https://betterexplained.com/articles/understanding-the-birthday-paradox/
The reason I'm asking is because this is a regular thing that happens like a bingo in a pub quiz I frequent and nobody ever wins the prize, which seems unlikely in so many months of playing with a pub full of people all with their own individual random assortment of 13 different cards. After the position of 35 is reached the rest of the deck is read out until someone obviously eventually matches up their cards first, but only win what's in the money pot for the night, rather than big money prize. Me and my friends have worked out various ways to fix the game, but it may be the probability is entirely not in anyone's favour, and the number 35 has been chosen very precisely odds-wise.
Hope someone can provide a solution.
probability combinatorics
New contributor
$C(39,22)/C(52,35)$ = (number of good combinations of 35 cards) / (number of combinations)
– Ned
Jan 4 at 14:26
add a comment |
You are given a random assortment of 13 cards from one deck. Another deck is shuffled and cards dealt and called out from the top, the aim is to match all 13 of your cards before reaching 35 cards down into the deck. What is the probability of achieving this?
I realise this is closely related to something like the Birthday Paradox, but I can't seem to use to probability calculator on this site to work out the solution: https://betterexplained.com/articles/understanding-the-birthday-paradox/
The reason I'm asking is because this is a regular thing that happens like a bingo in a pub quiz I frequent and nobody ever wins the prize, which seems unlikely in so many months of playing with a pub full of people all with their own individual random assortment of 13 different cards. After the position of 35 is reached the rest of the deck is read out until someone obviously eventually matches up their cards first, but only win what's in the money pot for the night, rather than big money prize. Me and my friends have worked out various ways to fix the game, but it may be the probability is entirely not in anyone's favour, and the number 35 has been chosen very precisely odds-wise.
Hope someone can provide a solution.
probability combinatorics
New contributor
You are given a random assortment of 13 cards from one deck. Another deck is shuffled and cards dealt and called out from the top, the aim is to match all 13 of your cards before reaching 35 cards down into the deck. What is the probability of achieving this?
I realise this is closely related to something like the Birthday Paradox, but I can't seem to use to probability calculator on this site to work out the solution: https://betterexplained.com/articles/understanding-the-birthday-paradox/
The reason I'm asking is because this is a regular thing that happens like a bingo in a pub quiz I frequent and nobody ever wins the prize, which seems unlikely in so many months of playing with a pub full of people all with their own individual random assortment of 13 different cards. After the position of 35 is reached the rest of the deck is read out until someone obviously eventually matches up their cards first, but only win what's in the money pot for the night, rather than big money prize. Me and my friends have worked out various ways to fix the game, but it may be the probability is entirely not in anyone's favour, and the number 35 has been chosen very precisely odds-wise.
Hope someone can provide a solution.
probability combinatorics
probability combinatorics
New contributor
New contributor
New contributor
asked Jan 4 at 13:59
Steven WilliamsSteven Williams
1
1
New contributor
New contributor
$C(39,22)/C(52,35)$ = (number of good combinations of 35 cards) / (number of combinations)
– Ned
Jan 4 at 14:26
add a comment |
$C(39,22)/C(52,35)$ = (number of good combinations of 35 cards) / (number of combinations)
– Ned
Jan 4 at 14:26
$C(39,22)/C(52,35)$ = (number of good combinations of 35 cards) / (number of combinations)
– Ned
Jan 4 at 14:26
$C(39,22)/C(52,35)$ = (number of good combinations of 35 cards) / (number of combinations)
– Ned
Jan 4 at 14:26
add a comment |
1 Answer
1
active
oldest
votes
If I understand well then your question can be translated into: "if $13$ cards are labeled and then after shuffling $35$ cards are drawn what is the probability that all labeled cards are among them?"
The answer is: $$frac{binom{35}{13}}{binom{52}{13}}=frac{35!39!}{22!52!}=frac{23}{40}timescdotstimesfrac{39}{52}approx0.002325$$So a very small chance.
Thanks. So about 0.2%? It seems like it would be a lot more likely than that, but my brain had been coloured by reading about The Birthday Paradox which is only having one match between 23 from 365. Not 13 matches at once, which obviously makes it much less likely. At which number card through the deck would the probability become 50%?
– Steven Williams
Jan 4 at 16:50
1
You need to go to the 50th card to exceed 50%. A way to understand why it is so high is to ask the complementary question (imagine the 13 special cards are the spades to make it easy talk about): What is the probability that a selection of 3 cards from the deck contains at least one spade? Well that's close to 59% (not surprising that it's more than 50% since each card has 1/4 chance of being a spade), so the probability that all 13 spades are in the other 49 cards is about 41%.
– Ned
Jan 4 at 20:27
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Steven Williams is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3061671%2fprobability-of-matching-a-hand-of-13-random-cards-with-cards-dealt-from-a-shuffl%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If I understand well then your question can be translated into: "if $13$ cards are labeled and then after shuffling $35$ cards are drawn what is the probability that all labeled cards are among them?"
The answer is: $$frac{binom{35}{13}}{binom{52}{13}}=frac{35!39!}{22!52!}=frac{23}{40}timescdotstimesfrac{39}{52}approx0.002325$$So a very small chance.
Thanks. So about 0.2%? It seems like it would be a lot more likely than that, but my brain had been coloured by reading about The Birthday Paradox which is only having one match between 23 from 365. Not 13 matches at once, which obviously makes it much less likely. At which number card through the deck would the probability become 50%?
– Steven Williams
Jan 4 at 16:50
1
You need to go to the 50th card to exceed 50%. A way to understand why it is so high is to ask the complementary question (imagine the 13 special cards are the spades to make it easy talk about): What is the probability that a selection of 3 cards from the deck contains at least one spade? Well that's close to 59% (not surprising that it's more than 50% since each card has 1/4 chance of being a spade), so the probability that all 13 spades are in the other 49 cards is about 41%.
– Ned
Jan 4 at 20:27
add a comment |
If I understand well then your question can be translated into: "if $13$ cards are labeled and then after shuffling $35$ cards are drawn what is the probability that all labeled cards are among them?"
The answer is: $$frac{binom{35}{13}}{binom{52}{13}}=frac{35!39!}{22!52!}=frac{23}{40}timescdotstimesfrac{39}{52}approx0.002325$$So a very small chance.
Thanks. So about 0.2%? It seems like it would be a lot more likely than that, but my brain had been coloured by reading about The Birthday Paradox which is only having one match between 23 from 365. Not 13 matches at once, which obviously makes it much less likely. At which number card through the deck would the probability become 50%?
– Steven Williams
Jan 4 at 16:50
1
You need to go to the 50th card to exceed 50%. A way to understand why it is so high is to ask the complementary question (imagine the 13 special cards are the spades to make it easy talk about): What is the probability that a selection of 3 cards from the deck contains at least one spade? Well that's close to 59% (not surprising that it's more than 50% since each card has 1/4 chance of being a spade), so the probability that all 13 spades are in the other 49 cards is about 41%.
– Ned
Jan 4 at 20:27
add a comment |
If I understand well then your question can be translated into: "if $13$ cards are labeled and then after shuffling $35$ cards are drawn what is the probability that all labeled cards are among them?"
The answer is: $$frac{binom{35}{13}}{binom{52}{13}}=frac{35!39!}{22!52!}=frac{23}{40}timescdotstimesfrac{39}{52}approx0.002325$$So a very small chance.
If I understand well then your question can be translated into: "if $13$ cards are labeled and then after shuffling $35$ cards are drawn what is the probability that all labeled cards are among them?"
The answer is: $$frac{binom{35}{13}}{binom{52}{13}}=frac{35!39!}{22!52!}=frac{23}{40}timescdotstimesfrac{39}{52}approx0.002325$$So a very small chance.
answered Jan 4 at 14:29
drhabdrhab
98.5k544129
98.5k544129
Thanks. So about 0.2%? It seems like it would be a lot more likely than that, but my brain had been coloured by reading about The Birthday Paradox which is only having one match between 23 from 365. Not 13 matches at once, which obviously makes it much less likely. At which number card through the deck would the probability become 50%?
– Steven Williams
Jan 4 at 16:50
1
You need to go to the 50th card to exceed 50%. A way to understand why it is so high is to ask the complementary question (imagine the 13 special cards are the spades to make it easy talk about): What is the probability that a selection of 3 cards from the deck contains at least one spade? Well that's close to 59% (not surprising that it's more than 50% since each card has 1/4 chance of being a spade), so the probability that all 13 spades are in the other 49 cards is about 41%.
– Ned
Jan 4 at 20:27
add a comment |
Thanks. So about 0.2%? It seems like it would be a lot more likely than that, but my brain had been coloured by reading about The Birthday Paradox which is only having one match between 23 from 365. Not 13 matches at once, which obviously makes it much less likely. At which number card through the deck would the probability become 50%?
– Steven Williams
Jan 4 at 16:50
1
You need to go to the 50th card to exceed 50%. A way to understand why it is so high is to ask the complementary question (imagine the 13 special cards are the spades to make it easy talk about): What is the probability that a selection of 3 cards from the deck contains at least one spade? Well that's close to 59% (not surprising that it's more than 50% since each card has 1/4 chance of being a spade), so the probability that all 13 spades are in the other 49 cards is about 41%.
– Ned
Jan 4 at 20:27
Thanks. So about 0.2%? It seems like it would be a lot more likely than that, but my brain had been coloured by reading about The Birthday Paradox which is only having one match between 23 from 365. Not 13 matches at once, which obviously makes it much less likely. At which number card through the deck would the probability become 50%?
– Steven Williams
Jan 4 at 16:50
Thanks. So about 0.2%? It seems like it would be a lot more likely than that, but my brain had been coloured by reading about The Birthday Paradox which is only having one match between 23 from 365. Not 13 matches at once, which obviously makes it much less likely. At which number card through the deck would the probability become 50%?
– Steven Williams
Jan 4 at 16:50
1
1
You need to go to the 50th card to exceed 50%. A way to understand why it is so high is to ask the complementary question (imagine the 13 special cards are the spades to make it easy talk about): What is the probability that a selection of 3 cards from the deck contains at least one spade? Well that's close to 59% (not surprising that it's more than 50% since each card has 1/4 chance of being a spade), so the probability that all 13 spades are in the other 49 cards is about 41%.
– Ned
Jan 4 at 20:27
You need to go to the 50th card to exceed 50%. A way to understand why it is so high is to ask the complementary question (imagine the 13 special cards are the spades to make it easy talk about): What is the probability that a selection of 3 cards from the deck contains at least one spade? Well that's close to 59% (not surprising that it's more than 50% since each card has 1/4 chance of being a spade), so the probability that all 13 spades are in the other 49 cards is about 41%.
– Ned
Jan 4 at 20:27
add a comment |
Steven Williams is a new contributor. Be nice, and check out our Code of Conduct.
Steven Williams is a new contributor. Be nice, and check out our Code of Conduct.
Steven Williams is a new contributor. Be nice, and check out our Code of Conduct.
Steven Williams is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3061671%2fprobability-of-matching-a-hand-of-13-random-cards-with-cards-dealt-from-a-shuffl%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$C(39,22)/C(52,35)$ = (number of good combinations of 35 cards) / (number of combinations)
– Ned
Jan 4 at 14:26