In poker, What is the chance of a pair?
$begingroup$
While playing poker last night with my housemates I started wondering, "What is the chance of a pair coming up?" (To clarify, at least one pair).
I started solving it like the birthday problem:
- Probability that the first card is not a pair is
1
. (Since two cards are required for a pair).
$A$: Probability that the second card is not a pair of the 1st card is $frac{48}{51}$. (Since there are three other cards which could produce a pair)
$B$: Probability that the third card is not a pair of the 1st or the 2nd is $frac{44}{50} * A$. (Since there are now 6 cards which could produce a pair).
$C$: Probability that the fourth card is not a pair of the 1st or the 2nd or the 3rd is $frac{40}{49} * B * A$
$D$: Probability that the fifth card is not a pair of the 1st or the 2nd or the 3rd or the 4th is $frac{36}{48} * C * B * A$
- Therefore the probability that there is a pair given 5 cards is $1 - (frac{36}{48} . frac{40}{49} . frac{44}{50} . frac{48}{51})$
More generally the probability that there are no pairs with n
cards is $1 - (prod_{i=1}^{n-1}{frac{(52-i) - 3i}{(52 - i)}})$
This morning I found solutions online like this one but they use combinatorics. Is my solution valid? Have I made any mistakes?
probability probability-theory
$endgroup$
add a comment |
$begingroup$
While playing poker last night with my housemates I started wondering, "What is the chance of a pair coming up?" (To clarify, at least one pair).
I started solving it like the birthday problem:
- Probability that the first card is not a pair is
1
. (Since two cards are required for a pair).
$A$: Probability that the second card is not a pair of the 1st card is $frac{48}{51}$. (Since there are three other cards which could produce a pair)
$B$: Probability that the third card is not a pair of the 1st or the 2nd is $frac{44}{50} * A$. (Since there are now 6 cards which could produce a pair).
$C$: Probability that the fourth card is not a pair of the 1st or the 2nd or the 3rd is $frac{40}{49} * B * A$
$D$: Probability that the fifth card is not a pair of the 1st or the 2nd or the 3rd or the 4th is $frac{36}{48} * C * B * A$
- Therefore the probability that there is a pair given 5 cards is $1 - (frac{36}{48} . frac{40}{49} . frac{44}{50} . frac{48}{51})$
More generally the probability that there are no pairs with n
cards is $1 - (prod_{i=1}^{n-1}{frac{(52-i) - 3i}{(52 - i)}})$
This morning I found solutions online like this one but they use combinatorics. Is my solution valid? Have I made any mistakes?
probability probability-theory
$endgroup$
2
$begingroup$
Does four-of-a-kind count as a pair?
$endgroup$
– Henry
Jan 25 at 16:43
1
$begingroup$
The video you linked is calculating the probability of exactly 1 pair. What you found is the probability that at least two cards in the hand have the same rank, which could mean there's one pair, two pairs, three of a kind, four of a kind. Also note that your formula only works up to $n=13$ because if $n=14$ there must be a pair by the pidgeonhole principle.
$endgroup$
– kccu
Jan 25 at 16:46
$begingroup$
@Henry yes at least one pair to clarify
$endgroup$
– david_adler
Jan 25 at 23:49
add a comment |
$begingroup$
While playing poker last night with my housemates I started wondering, "What is the chance of a pair coming up?" (To clarify, at least one pair).
I started solving it like the birthday problem:
- Probability that the first card is not a pair is
1
. (Since two cards are required for a pair).
$A$: Probability that the second card is not a pair of the 1st card is $frac{48}{51}$. (Since there are three other cards which could produce a pair)
$B$: Probability that the third card is not a pair of the 1st or the 2nd is $frac{44}{50} * A$. (Since there are now 6 cards which could produce a pair).
$C$: Probability that the fourth card is not a pair of the 1st or the 2nd or the 3rd is $frac{40}{49} * B * A$
$D$: Probability that the fifth card is not a pair of the 1st or the 2nd or the 3rd or the 4th is $frac{36}{48} * C * B * A$
- Therefore the probability that there is a pair given 5 cards is $1 - (frac{36}{48} . frac{40}{49} . frac{44}{50} . frac{48}{51})$
More generally the probability that there are no pairs with n
cards is $1 - (prod_{i=1}^{n-1}{frac{(52-i) - 3i}{(52 - i)}})$
This morning I found solutions online like this one but they use combinatorics. Is my solution valid? Have I made any mistakes?
probability probability-theory
$endgroup$
While playing poker last night with my housemates I started wondering, "What is the chance of a pair coming up?" (To clarify, at least one pair).
I started solving it like the birthday problem:
- Probability that the first card is not a pair is
1
. (Since two cards are required for a pair).
$A$: Probability that the second card is not a pair of the 1st card is $frac{48}{51}$. (Since there are three other cards which could produce a pair)
$B$: Probability that the third card is not a pair of the 1st or the 2nd is $frac{44}{50} * A$. (Since there are now 6 cards which could produce a pair).
$C$: Probability that the fourth card is not a pair of the 1st or the 2nd or the 3rd is $frac{40}{49} * B * A$
$D$: Probability that the fifth card is not a pair of the 1st or the 2nd or the 3rd or the 4th is $frac{36}{48} * C * B * A$
- Therefore the probability that there is a pair given 5 cards is $1 - (frac{36}{48} . frac{40}{49} . frac{44}{50} . frac{48}{51})$
More generally the probability that there are no pairs with n
cards is $1 - (prod_{i=1}^{n-1}{frac{(52-i) - 3i}{(52 - i)}})$
This morning I found solutions online like this one but they use combinatorics. Is my solution valid? Have I made any mistakes?
probability probability-theory
probability probability-theory
edited Jan 25 at 23:48
david_adler
asked Jan 25 at 16:38
david_adlerdavid_adler
1286
1286
2
$begingroup$
Does four-of-a-kind count as a pair?
$endgroup$
– Henry
Jan 25 at 16:43
1
$begingroup$
The video you linked is calculating the probability of exactly 1 pair. What you found is the probability that at least two cards in the hand have the same rank, which could mean there's one pair, two pairs, three of a kind, four of a kind. Also note that your formula only works up to $n=13$ because if $n=14$ there must be a pair by the pidgeonhole principle.
$endgroup$
– kccu
Jan 25 at 16:46
$begingroup$
@Henry yes at least one pair to clarify
$endgroup$
– david_adler
Jan 25 at 23:49
add a comment |
2
$begingroup$
Does four-of-a-kind count as a pair?
$endgroup$
– Henry
Jan 25 at 16:43
1
$begingroup$
The video you linked is calculating the probability of exactly 1 pair. What you found is the probability that at least two cards in the hand have the same rank, which could mean there's one pair, two pairs, three of a kind, four of a kind. Also note that your formula only works up to $n=13$ because if $n=14$ there must be a pair by the pidgeonhole principle.
$endgroup$
– kccu
Jan 25 at 16:46
$begingroup$
@Henry yes at least one pair to clarify
$endgroup$
– david_adler
Jan 25 at 23:49
2
2
$begingroup$
Does four-of-a-kind count as a pair?
$endgroup$
– Henry
Jan 25 at 16:43
$begingroup$
Does four-of-a-kind count as a pair?
$endgroup$
– Henry
Jan 25 at 16:43
1
1
$begingroup$
The video you linked is calculating the probability of exactly 1 pair. What you found is the probability that at least two cards in the hand have the same rank, which could mean there's one pair, two pairs, three of a kind, four of a kind. Also note that your formula only works up to $n=13$ because if $n=14$ there must be a pair by the pidgeonhole principle.
$endgroup$
– kccu
Jan 25 at 16:46
$begingroup$
The video you linked is calculating the probability of exactly 1 pair. What you found is the probability that at least two cards in the hand have the same rank, which could mean there's one pair, two pairs, three of a kind, four of a kind. Also note that your formula only works up to $n=13$ because if $n=14$ there must be a pair by the pidgeonhole principle.
$endgroup$
– kccu
Jan 25 at 16:46
$begingroup$
@Henry yes at least one pair to clarify
$endgroup$
– david_adler
Jan 25 at 23:49
$begingroup$
@Henry yes at least one pair to clarify
$endgroup$
– david_adler
Jan 25 at 23:49
add a comment |
0
active
oldest
votes
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
});
}
});
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%2f3087306%2fin-poker-what-is-the-chance-of-a-pair%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f3087306%2fin-poker-what-is-the-chance-of-a-pair%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
2
$begingroup$
Does four-of-a-kind count as a pair?
$endgroup$
– Henry
Jan 25 at 16:43
1
$begingroup$
The video you linked is calculating the probability of exactly 1 pair. What you found is the probability that at least two cards in the hand have the same rank, which could mean there's one pair, two pairs, three of a kind, four of a kind. Also note that your formula only works up to $n=13$ because if $n=14$ there must be a pair by the pidgeonhole principle.
$endgroup$
– kccu
Jan 25 at 16:46
$begingroup$
@Henry yes at least one pair to clarify
$endgroup$
– david_adler
Jan 25 at 23:49