6 cards are distributed between 3 people among other cards, what is the probability that someone will have at...
I play a card game called "Whist". In this game, all four players get 13 cards each, and you have to estimate how many tricks you will win with one trump color.
Here is my scenario:
In my hand, I have 7 hearts : Ace, King, Jack, 10, ... (the rest doesn't matter).
My question is : what is the probability that I will win those 7 cards if the trump is Heart? The only way for me to lose the third trick is if somebody has 3 hearts or more AND the queen. This is because if the player who has the Queen has only one or two cards he will lose it when I play my Ace and my King (people have to follow your color).
So my question is:
I know there are 6 remaining hearts in the game, they are separated into 3 players, what is the probability that one player has 3 cards or more containing the Queen?
I tried to solve it doing a probability tree but it quickly became complicated so I wonder which formula we can use.
Thanks in advance for your response!
(PS: I know that if for example I have Ace, King, Jack, 10, 8, etc, I could lose one trick if someone has 5 hearts and the 9 of hearts but I think if I am not mistaken that the probability of this is quite low (correct me if I am wrong))
probability combinatorics card-games
add a comment |
I play a card game called "Whist". In this game, all four players get 13 cards each, and you have to estimate how many tricks you will win with one trump color.
Here is my scenario:
In my hand, I have 7 hearts : Ace, King, Jack, 10, ... (the rest doesn't matter).
My question is : what is the probability that I will win those 7 cards if the trump is Heart? The only way for me to lose the third trick is if somebody has 3 hearts or more AND the queen. This is because if the player who has the Queen has only one or two cards he will lose it when I play my Ace and my King (people have to follow your color).
So my question is:
I know there are 6 remaining hearts in the game, they are separated into 3 players, what is the probability that one player has 3 cards or more containing the Queen?
I tried to solve it doing a probability tree but it quickly became complicated so I wonder which formula we can use.
Thanks in advance for your response!
(PS: I know that if for example I have Ace, King, Jack, 10, 8, etc, I could lose one trick if someone has 5 hearts and the 9 of hearts but I think if I am not mistaken that the probability of this is quite low (correct me if I am wrong))
probability combinatorics card-games
Slightly simplification : You only have to conider the player having the queen of hearts. You need the probability that this player has at least two more hearts. We need the hypergeometric distribution to determine the probability.
– Peter
Sep 22 '17 at 9:53
I've always wanted to play Whist. Want to play in person, though, and don't have players. :(
– Wildcard
Sep 22 '17 at 10:02
add a comment |
I play a card game called "Whist". In this game, all four players get 13 cards each, and you have to estimate how many tricks you will win with one trump color.
Here is my scenario:
In my hand, I have 7 hearts : Ace, King, Jack, 10, ... (the rest doesn't matter).
My question is : what is the probability that I will win those 7 cards if the trump is Heart? The only way for me to lose the third trick is if somebody has 3 hearts or more AND the queen. This is because if the player who has the Queen has only one or two cards he will lose it when I play my Ace and my King (people have to follow your color).
So my question is:
I know there are 6 remaining hearts in the game, they are separated into 3 players, what is the probability that one player has 3 cards or more containing the Queen?
I tried to solve it doing a probability tree but it quickly became complicated so I wonder which formula we can use.
Thanks in advance for your response!
(PS: I know that if for example I have Ace, King, Jack, 10, 8, etc, I could lose one trick if someone has 5 hearts and the 9 of hearts but I think if I am not mistaken that the probability of this is quite low (correct me if I am wrong))
probability combinatorics card-games
I play a card game called "Whist". In this game, all four players get 13 cards each, and you have to estimate how many tricks you will win with one trump color.
Here is my scenario:
In my hand, I have 7 hearts : Ace, King, Jack, 10, ... (the rest doesn't matter).
My question is : what is the probability that I will win those 7 cards if the trump is Heart? The only way for me to lose the third trick is if somebody has 3 hearts or more AND the queen. This is because if the player who has the Queen has only one or two cards he will lose it when I play my Ace and my King (people have to follow your color).
So my question is:
I know there are 6 remaining hearts in the game, they are separated into 3 players, what is the probability that one player has 3 cards or more containing the Queen?
I tried to solve it doing a probability tree but it quickly became complicated so I wonder which formula we can use.
Thanks in advance for your response!
(PS: I know that if for example I have Ace, King, Jack, 10, 8, etc, I could lose one trick if someone has 5 hearts and the 9 of hearts but I think if I am not mistaken that the probability of this is quite low (correct me if I am wrong))
probability combinatorics card-games
probability combinatorics card-games
edited Nov 28 at 13:35
asked Sep 22 '17 at 9:46
Ricola
133
133
Slightly simplification : You only have to conider the player having the queen of hearts. You need the probability that this player has at least two more hearts. We need the hypergeometric distribution to determine the probability.
– Peter
Sep 22 '17 at 9:53
I've always wanted to play Whist. Want to play in person, though, and don't have players. :(
– Wildcard
Sep 22 '17 at 10:02
add a comment |
Slightly simplification : You only have to conider the player having the queen of hearts. You need the probability that this player has at least two more hearts. We need the hypergeometric distribution to determine the probability.
– Peter
Sep 22 '17 at 9:53
I've always wanted to play Whist. Want to play in person, though, and don't have players. :(
– Wildcard
Sep 22 '17 at 10:02
Slightly simplification : You only have to conider the player having the queen of hearts. You need the probability that this player has at least two more hearts. We need the hypergeometric distribution to determine the probability.
– Peter
Sep 22 '17 at 9:53
Slightly simplification : You only have to conider the player having the queen of hearts. You need the probability that this player has at least two more hearts. We need the hypergeometric distribution to determine the probability.
– Peter
Sep 22 '17 at 9:53
I've always wanted to play Whist. Want to play in person, though, and don't have players. :(
– Wildcard
Sep 22 '17 at 10:02
I've always wanted to play Whist. Want to play in person, though, and don't have players. :(
– Wildcard
Sep 22 '17 at 10:02
add a comment |
1 Answer
1
active
oldest
votes
One of the $3$ opponents has the queen of hearts.
The question is: what is the probability that this opponent has at least $2$ other hearts.
$$sum_{k=2}^5frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$$
Here we are practizing hypergeometric distribution and term $frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$ is the probability that the opponent in possession of the queen of hearts received exactly $k$ other hearts.
Observe that this opponent received $12$ cards next to the queen of hearts and the other two opponents together received $26$ cars. Among these cards there are $5$ hearts.
You think of the opponent in possession of the queen of hearts as drawing $12$ balls out of an urn containing $5$ blue balls and $33$ red balls. Then what is the probability that he draws at least $2$ blue balls.
Here balls are cards and blue balls are hearts.
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
});
}
});
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%2f2440189%2f6-cards-are-distributed-between-3-people-among-other-cards-what-is-the-probabil%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
One of the $3$ opponents has the queen of hearts.
The question is: what is the probability that this opponent has at least $2$ other hearts.
$$sum_{k=2}^5frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$$
Here we are practizing hypergeometric distribution and term $frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$ is the probability that the opponent in possession of the queen of hearts received exactly $k$ other hearts.
Observe that this opponent received $12$ cards next to the queen of hearts and the other two opponents together received $26$ cars. Among these cards there are $5$ hearts.
You think of the opponent in possession of the queen of hearts as drawing $12$ balls out of an urn containing $5$ blue balls and $33$ red balls. Then what is the probability that he draws at least $2$ blue balls.
Here balls are cards and blue balls are hearts.
add a comment |
One of the $3$ opponents has the queen of hearts.
The question is: what is the probability that this opponent has at least $2$ other hearts.
$$sum_{k=2}^5frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$$
Here we are practizing hypergeometric distribution and term $frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$ is the probability that the opponent in possession of the queen of hearts received exactly $k$ other hearts.
Observe that this opponent received $12$ cards next to the queen of hearts and the other two opponents together received $26$ cars. Among these cards there are $5$ hearts.
You think of the opponent in possession of the queen of hearts as drawing $12$ balls out of an urn containing $5$ blue balls and $33$ red balls. Then what is the probability that he draws at least $2$ blue balls.
Here balls are cards and blue balls are hearts.
add a comment |
One of the $3$ opponents has the queen of hearts.
The question is: what is the probability that this opponent has at least $2$ other hearts.
$$sum_{k=2}^5frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$$
Here we are practizing hypergeometric distribution and term $frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$ is the probability that the opponent in possession of the queen of hearts received exactly $k$ other hearts.
Observe that this opponent received $12$ cards next to the queen of hearts and the other two opponents together received $26$ cars. Among these cards there are $5$ hearts.
You think of the opponent in possession of the queen of hearts as drawing $12$ balls out of an urn containing $5$ blue balls and $33$ red balls. Then what is the probability that he draws at least $2$ blue balls.
Here balls are cards and blue balls are hearts.
One of the $3$ opponents has the queen of hearts.
The question is: what is the probability that this opponent has at least $2$ other hearts.
$$sum_{k=2}^5frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$$
Here we are practizing hypergeometric distribution and term $frac{binom{12}{k}binom{26}{5-k}}{binom{38}{5}}$ is the probability that the opponent in possession of the queen of hearts received exactly $k$ other hearts.
Observe that this opponent received $12$ cards next to the queen of hearts and the other two opponents together received $26$ cars. Among these cards there are $5$ hearts.
You think of the opponent in possession of the queen of hearts as drawing $12$ balls out of an urn containing $5$ blue balls and $33$ red balls. Then what is the probability that he draws at least $2$ blue balls.
Here balls are cards and blue balls are hearts.
edited Sep 22 '17 at 10:13
answered Sep 22 '17 at 9:58
drhab
96.6k544127
96.6k544127
add a comment |
add a comment |
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%2f2440189%2f6-cards-are-distributed-between-3-people-among-other-cards-what-is-the-probabil%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
Slightly simplification : You only have to conider the player having the queen of hearts. You need the probability that this player has at least two more hearts. We need the hypergeometric distribution to determine the probability.
– Peter
Sep 22 '17 at 9:53
I've always wanted to play Whist. Want to play in person, though, and don't have players. :(
– Wildcard
Sep 22 '17 at 10:02