probability of drawing three hearts union/intersecting drawing at most 1 king
I have a question that is asking the probability of the intersection and union of two cases. The question assumes you are drawing 5 cards from a deck of 52.
A: Drawing at least 3 hearts
B: Drawing at most 1 King
I have solved the two as
$P(A)frac{binom{13}{4}binom{39}{1}}{binom{52}{5}}+frac{binom{13}{3}binom{39}{2}}{binom{52}{5}}+frac{binom{13}{5}}{binom{52}{5}}=9.28%$ and
$P(B)frac{binom{4}{1}binom{48}{4}}{binom{52}{5}}+frac{binom{48}{5}}{binom{52}{5}}=95.83%$
So now I cannot quite figure out how to $P(Acap B)$ and $P(Acup B)$. For $P(Acap B)$ I am not sure what $P(B|A)$ would be. I know there are two cases:
- Three hearts and NO kings
- Three hearts and ONE king
If anyone can provide some pointers it would be very appreciated.
probability combinatorics
add a comment |
I have a question that is asking the probability of the intersection and union of two cases. The question assumes you are drawing 5 cards from a deck of 52.
A: Drawing at least 3 hearts
B: Drawing at most 1 King
I have solved the two as
$P(A)frac{binom{13}{4}binom{39}{1}}{binom{52}{5}}+frac{binom{13}{3}binom{39}{2}}{binom{52}{5}}+frac{binom{13}{5}}{binom{52}{5}}=9.28%$ and
$P(B)frac{binom{4}{1}binom{48}{4}}{binom{52}{5}}+frac{binom{48}{5}}{binom{52}{5}}=95.83%$
So now I cannot quite figure out how to $P(Acap B)$ and $P(Acup B)$. For $P(Acap B)$ I am not sure what $P(B|A)$ would be. I know there are two cases:
- Three hearts and NO kings
- Three hearts and ONE king
If anyone can provide some pointers it would be very appreciated.
probability combinatorics
Actually you have made a great start in calculating $P(A), P(B)$. In the process, you have actually partitioned $A$ into $3$ events as $3, 4, 5$ hearts and $B$ into $2$ events as $0, 1$ kings. So when consider the intersection $A cap B$, you naturally have $3 times 2 = 6$ partitions to be considered, and you have named the first $2$. When you are counting, I recommend you to partition the deck into $4$ groups, namely the heart king, the remaining $12$ hearts, the remaining $3$ kings, and the remaining $52 - 1 - 12 - 3 = 36$ cards. For the union, you just apply inclusion-exclusion principle.
– BGM
Nov 27 '18 at 6:05
add a comment |
I have a question that is asking the probability of the intersection and union of two cases. The question assumes you are drawing 5 cards from a deck of 52.
A: Drawing at least 3 hearts
B: Drawing at most 1 King
I have solved the two as
$P(A)frac{binom{13}{4}binom{39}{1}}{binom{52}{5}}+frac{binom{13}{3}binom{39}{2}}{binom{52}{5}}+frac{binom{13}{5}}{binom{52}{5}}=9.28%$ and
$P(B)frac{binom{4}{1}binom{48}{4}}{binom{52}{5}}+frac{binom{48}{5}}{binom{52}{5}}=95.83%$
So now I cannot quite figure out how to $P(Acap B)$ and $P(Acup B)$. For $P(Acap B)$ I am not sure what $P(B|A)$ would be. I know there are two cases:
- Three hearts and NO kings
- Three hearts and ONE king
If anyone can provide some pointers it would be very appreciated.
probability combinatorics
I have a question that is asking the probability of the intersection and union of two cases. The question assumes you are drawing 5 cards from a deck of 52.
A: Drawing at least 3 hearts
B: Drawing at most 1 King
I have solved the two as
$P(A)frac{binom{13}{4}binom{39}{1}}{binom{52}{5}}+frac{binom{13}{3}binom{39}{2}}{binom{52}{5}}+frac{binom{13}{5}}{binom{52}{5}}=9.28%$ and
$P(B)frac{binom{4}{1}binom{48}{4}}{binom{52}{5}}+frac{binom{48}{5}}{binom{52}{5}}=95.83%$
So now I cannot quite figure out how to $P(Acap B)$ and $P(Acup B)$. For $P(Acap B)$ I am not sure what $P(B|A)$ would be. I know there are two cases:
- Three hearts and NO kings
- Three hearts and ONE king
If anyone can provide some pointers it would be very appreciated.
probability combinatorics
probability combinatorics
asked Nov 27 '18 at 2:24
Terry
62
62
Actually you have made a great start in calculating $P(A), P(B)$. In the process, you have actually partitioned $A$ into $3$ events as $3, 4, 5$ hearts and $B$ into $2$ events as $0, 1$ kings. So when consider the intersection $A cap B$, you naturally have $3 times 2 = 6$ partitions to be considered, and you have named the first $2$. When you are counting, I recommend you to partition the deck into $4$ groups, namely the heart king, the remaining $12$ hearts, the remaining $3$ kings, and the remaining $52 - 1 - 12 - 3 = 36$ cards. For the union, you just apply inclusion-exclusion principle.
– BGM
Nov 27 '18 at 6:05
add a comment |
Actually you have made a great start in calculating $P(A), P(B)$. In the process, you have actually partitioned $A$ into $3$ events as $3, 4, 5$ hearts and $B$ into $2$ events as $0, 1$ kings. So when consider the intersection $A cap B$, you naturally have $3 times 2 = 6$ partitions to be considered, and you have named the first $2$. When you are counting, I recommend you to partition the deck into $4$ groups, namely the heart king, the remaining $12$ hearts, the remaining $3$ kings, and the remaining $52 - 1 - 12 - 3 = 36$ cards. For the union, you just apply inclusion-exclusion principle.
– BGM
Nov 27 '18 at 6:05
Actually you have made a great start in calculating $P(A), P(B)$. In the process, you have actually partitioned $A$ into $3$ events as $3, 4, 5$ hearts and $B$ into $2$ events as $0, 1$ kings. So when consider the intersection $A cap B$, you naturally have $3 times 2 = 6$ partitions to be considered, and you have named the first $2$. When you are counting, I recommend you to partition the deck into $4$ groups, namely the heart king, the remaining $12$ hearts, the remaining $3$ kings, and the remaining $52 - 1 - 12 - 3 = 36$ cards. For the union, you just apply inclusion-exclusion principle.
– BGM
Nov 27 '18 at 6:05
Actually you have made a great start in calculating $P(A), P(B)$. In the process, you have actually partitioned $A$ into $3$ events as $3, 4, 5$ hearts and $B$ into $2$ events as $0, 1$ kings. So when consider the intersection $A cap B$, you naturally have $3 times 2 = 6$ partitions to be considered, and you have named the first $2$. When you are counting, I recommend you to partition the deck into $4$ groups, namely the heart king, the remaining $12$ hearts, the remaining $3$ kings, and the remaining $52 - 1 - 12 - 3 = 36$ cards. For the union, you just apply inclusion-exclusion principle.
– BGM
Nov 27 '18 at 6:05
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%2f3015248%2fprobability-of-drawing-three-hearts-union-intersecting-drawing-at-most-1-king%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.
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%2f3015248%2fprobability-of-drawing-three-hearts-union-intersecting-drawing-at-most-1-king%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
Actually you have made a great start in calculating $P(A), P(B)$. In the process, you have actually partitioned $A$ into $3$ events as $3, 4, 5$ hearts and $B$ into $2$ events as $0, 1$ kings. So when consider the intersection $A cap B$, you naturally have $3 times 2 = 6$ partitions to be considered, and you have named the first $2$. When you are counting, I recommend you to partition the deck into $4$ groups, namely the heart king, the remaining $12$ hearts, the remaining $3$ kings, and the remaining $52 - 1 - 12 - 3 = 36$ cards. For the union, you just apply inclusion-exclusion principle.
– BGM
Nov 27 '18 at 6:05