Question regarding probability.
Old McDonald keeps 15 goats on his farm, among them a goat called Edna. One of the other goats is Edna's best friend.
Unfortunately, another of them is her worst enemy. One day, Old McDonald decides to exercise the goats in three separate
enclosures. Five randomly selected goats will be assigned to each enclosure. What is the probability that Edna will be assigned to
the same group as her best friend, but not her worst enemy?
I tried doing 1*4/14*10/13. Is this the correct way to do this?
probability
add a comment |
Old McDonald keeps 15 goats on his farm, among them a goat called Edna. One of the other goats is Edna's best friend.
Unfortunately, another of them is her worst enemy. One day, Old McDonald decides to exercise the goats in three separate
enclosures. Five randomly selected goats will be assigned to each enclosure. What is the probability that Edna will be assigned to
the same group as her best friend, but not her worst enemy?
I tried doing 1*4/14*10/13. Is this the correct way to do this?
probability
Please edit the question to show what you have attempted and explain where you are stuck so that you receive responses that address the specific difficulties you are encountering.
– N. F. Taussig
Dec 1 at 1:23
You should learn how to properly format the post.
– Ya G
Dec 1 at 1:55
@N.F.Taussig If you type[edit]
, it links to the question at hand as if one has clicked on the automatic "edit" link. Look: edit.
– Shaun
Dec 1 at 2:09
1
Thanks, @Shaun.
– N. F. Taussig
Dec 1 at 10:32
add a comment |
Old McDonald keeps 15 goats on his farm, among them a goat called Edna. One of the other goats is Edna's best friend.
Unfortunately, another of them is her worst enemy. One day, Old McDonald decides to exercise the goats in three separate
enclosures. Five randomly selected goats will be assigned to each enclosure. What is the probability that Edna will be assigned to
the same group as her best friend, but not her worst enemy?
I tried doing 1*4/14*10/13. Is this the correct way to do this?
probability
Old McDonald keeps 15 goats on his farm, among them a goat called Edna. One of the other goats is Edna's best friend.
Unfortunately, another of them is her worst enemy. One day, Old McDonald decides to exercise the goats in three separate
enclosures. Five randomly selected goats will be assigned to each enclosure. What is the probability that Edna will be assigned to
the same group as her best friend, but not her worst enemy?
I tried doing 1*4/14*10/13. Is this the correct way to do this?
probability
probability
edited Dec 1 at 1:27
asked Dec 1 at 1:16
Jmaxmanblue
18017
18017
Please edit the question to show what you have attempted and explain where you are stuck so that you receive responses that address the specific difficulties you are encountering.
– N. F. Taussig
Dec 1 at 1:23
You should learn how to properly format the post.
– Ya G
Dec 1 at 1:55
@N.F.Taussig If you type[edit]
, it links to the question at hand as if one has clicked on the automatic "edit" link. Look: edit.
– Shaun
Dec 1 at 2:09
1
Thanks, @Shaun.
– N. F. Taussig
Dec 1 at 10:32
add a comment |
Please edit the question to show what you have attempted and explain where you are stuck so that you receive responses that address the specific difficulties you are encountering.
– N. F. Taussig
Dec 1 at 1:23
You should learn how to properly format the post.
– Ya G
Dec 1 at 1:55
@N.F.Taussig If you type[edit]
, it links to the question at hand as if one has clicked on the automatic "edit" link. Look: edit.
– Shaun
Dec 1 at 2:09
1
Thanks, @Shaun.
– N. F. Taussig
Dec 1 at 10:32
Please edit the question to show what you have attempted and explain where you are stuck so that you receive responses that address the specific difficulties you are encountering.
– N. F. Taussig
Dec 1 at 1:23
Please edit the question to show what you have attempted and explain where you are stuck so that you receive responses that address the specific difficulties you are encountering.
– N. F. Taussig
Dec 1 at 1:23
You should learn how to properly format the post.
– Ya G
Dec 1 at 1:55
You should learn how to properly format the post.
– Ya G
Dec 1 at 1:55
@N.F.Taussig If you type
[edit]
, it links to the question at hand as if one has clicked on the automatic "edit" link. Look: edit.– Shaun
Dec 1 at 2:09
@N.F.Taussig If you type
[edit]
, it links to the question at hand as if one has clicked on the automatic "edit" link. Look: edit.– Shaun
Dec 1 at 2:09
1
1
Thanks, @Shaun.
– N. F. Taussig
Dec 1 at 10:32
Thanks, @Shaun.
– N. F. Taussig
Dec 1 at 10:32
add a comment |
2 Answers
2
active
oldest
votes
Your work (if indeed) is correct. Let Edna be in any group. The probability of selecting her best friend is $frac1{14}$ and there are $4$ places in Edna's group to position the friend. The probability of selecting her worst enemy is $frac1{13}$ and there are $10$ places in other two groups to position the enemy. Hence, the result.
Alternatively, the total number of allocations is ${15choose 5}{10choose 5}{5choose 5}$.
There are ${3choose 1}$ ways to place Edna and her best friend together in the same group (call it Friendship group). There are ${2choose 1}$ ways to place her worst enemy in other two groups (call it Enemy group). There are ${12choose 3}$ ways to select members for the Friendship group. There are ${9choose 4}$ ways to select for the Enemy group. There are ${5choose 5}$ ways to select for the Neutral group. In summary:
$$P(text{Edna with best friend and without worst enemy})=frac{{3choose 1}{2choose 1}{12choose 3}{9choose 4}{5choose 5}}{{15choose 5}{10choose 5}{5choose 5}}=frac{20}{91}.$$
add a comment |
This looks like a homework problem you just don't want to take time solve. I will give you an idea.
Let $A$ be an event where Edna is grouped with her best friend, and let $B$ be an event where she is with her enemy. Then, We want $$P(Acap B^c)=P(A)-P(Acap B)$$.
Suppose Edna is already in a group. Then, there are 4 spots left. Then, out of remaining 14 goats, the number of ways to choose 4 goats is $14 choose 4$. Also, since the group that contains Edna, best friend, and enemy is determined by which two of the remaining 12 goats are in the group, we have to use $12 choose 2$. Thus, we have $$P(Acap B)=frac{{12choose2}}{{14choose4}}approx0.0659$$ Use the same principle, to find $P(A)$, (which is easier) and then you are done.
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%2f3020883%2fquestion-regarding-probability%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your work (if indeed) is correct. Let Edna be in any group. The probability of selecting her best friend is $frac1{14}$ and there are $4$ places in Edna's group to position the friend. The probability of selecting her worst enemy is $frac1{13}$ and there are $10$ places in other two groups to position the enemy. Hence, the result.
Alternatively, the total number of allocations is ${15choose 5}{10choose 5}{5choose 5}$.
There are ${3choose 1}$ ways to place Edna and her best friend together in the same group (call it Friendship group). There are ${2choose 1}$ ways to place her worst enemy in other two groups (call it Enemy group). There are ${12choose 3}$ ways to select members for the Friendship group. There are ${9choose 4}$ ways to select for the Enemy group. There are ${5choose 5}$ ways to select for the Neutral group. In summary:
$$P(text{Edna with best friend and without worst enemy})=frac{{3choose 1}{2choose 1}{12choose 3}{9choose 4}{5choose 5}}{{15choose 5}{10choose 5}{5choose 5}}=frac{20}{91}.$$
add a comment |
Your work (if indeed) is correct. Let Edna be in any group. The probability of selecting her best friend is $frac1{14}$ and there are $4$ places in Edna's group to position the friend. The probability of selecting her worst enemy is $frac1{13}$ and there are $10$ places in other two groups to position the enemy. Hence, the result.
Alternatively, the total number of allocations is ${15choose 5}{10choose 5}{5choose 5}$.
There are ${3choose 1}$ ways to place Edna and her best friend together in the same group (call it Friendship group). There are ${2choose 1}$ ways to place her worst enemy in other two groups (call it Enemy group). There are ${12choose 3}$ ways to select members for the Friendship group. There are ${9choose 4}$ ways to select for the Enemy group. There are ${5choose 5}$ ways to select for the Neutral group. In summary:
$$P(text{Edna with best friend and without worst enemy})=frac{{3choose 1}{2choose 1}{12choose 3}{9choose 4}{5choose 5}}{{15choose 5}{10choose 5}{5choose 5}}=frac{20}{91}.$$
add a comment |
Your work (if indeed) is correct. Let Edna be in any group. The probability of selecting her best friend is $frac1{14}$ and there are $4$ places in Edna's group to position the friend. The probability of selecting her worst enemy is $frac1{13}$ and there are $10$ places in other two groups to position the enemy. Hence, the result.
Alternatively, the total number of allocations is ${15choose 5}{10choose 5}{5choose 5}$.
There are ${3choose 1}$ ways to place Edna and her best friend together in the same group (call it Friendship group). There are ${2choose 1}$ ways to place her worst enemy in other two groups (call it Enemy group). There are ${12choose 3}$ ways to select members for the Friendship group. There are ${9choose 4}$ ways to select for the Enemy group. There are ${5choose 5}$ ways to select for the Neutral group. In summary:
$$P(text{Edna with best friend and without worst enemy})=frac{{3choose 1}{2choose 1}{12choose 3}{9choose 4}{5choose 5}}{{15choose 5}{10choose 5}{5choose 5}}=frac{20}{91}.$$
Your work (if indeed) is correct. Let Edna be in any group. The probability of selecting her best friend is $frac1{14}$ and there are $4$ places in Edna's group to position the friend. The probability of selecting her worst enemy is $frac1{13}$ and there are $10$ places in other two groups to position the enemy. Hence, the result.
Alternatively, the total number of allocations is ${15choose 5}{10choose 5}{5choose 5}$.
There are ${3choose 1}$ ways to place Edna and her best friend together in the same group (call it Friendship group). There are ${2choose 1}$ ways to place her worst enemy in other two groups (call it Enemy group). There are ${12choose 3}$ ways to select members for the Friendship group. There are ${9choose 4}$ ways to select for the Enemy group. There are ${5choose 5}$ ways to select for the Neutral group. In summary:
$$P(text{Edna with best friend and without worst enemy})=frac{{3choose 1}{2choose 1}{12choose 3}{9choose 4}{5choose 5}}{{15choose 5}{10choose 5}{5choose 5}}=frac{20}{91}.$$
answered Dec 1 at 5:23
farruhota
19k2736
19k2736
add a comment |
add a comment |
This looks like a homework problem you just don't want to take time solve. I will give you an idea.
Let $A$ be an event where Edna is grouped with her best friend, and let $B$ be an event where she is with her enemy. Then, We want $$P(Acap B^c)=P(A)-P(Acap B)$$.
Suppose Edna is already in a group. Then, there are 4 spots left. Then, out of remaining 14 goats, the number of ways to choose 4 goats is $14 choose 4$. Also, since the group that contains Edna, best friend, and enemy is determined by which two of the remaining 12 goats are in the group, we have to use $12 choose 2$. Thus, we have $$P(Acap B)=frac{{12choose2}}{{14choose4}}approx0.0659$$ Use the same principle, to find $P(A)$, (which is easier) and then you are done.
add a comment |
This looks like a homework problem you just don't want to take time solve. I will give you an idea.
Let $A$ be an event where Edna is grouped with her best friend, and let $B$ be an event where she is with her enemy. Then, We want $$P(Acap B^c)=P(A)-P(Acap B)$$.
Suppose Edna is already in a group. Then, there are 4 spots left. Then, out of remaining 14 goats, the number of ways to choose 4 goats is $14 choose 4$. Also, since the group that contains Edna, best friend, and enemy is determined by which two of the remaining 12 goats are in the group, we have to use $12 choose 2$. Thus, we have $$P(Acap B)=frac{{12choose2}}{{14choose4}}approx0.0659$$ Use the same principle, to find $P(A)$, (which is easier) and then you are done.
add a comment |
This looks like a homework problem you just don't want to take time solve. I will give you an idea.
Let $A$ be an event where Edna is grouped with her best friend, and let $B$ be an event where she is with her enemy. Then, We want $$P(Acap B^c)=P(A)-P(Acap B)$$.
Suppose Edna is already in a group. Then, there are 4 spots left. Then, out of remaining 14 goats, the number of ways to choose 4 goats is $14 choose 4$. Also, since the group that contains Edna, best friend, and enemy is determined by which two of the remaining 12 goats are in the group, we have to use $12 choose 2$. Thus, we have $$P(Acap B)=frac{{12choose2}}{{14choose4}}approx0.0659$$ Use the same principle, to find $P(A)$, (which is easier) and then you are done.
This looks like a homework problem you just don't want to take time solve. I will give you an idea.
Let $A$ be an event where Edna is grouped with her best friend, and let $B$ be an event where she is with her enemy. Then, We want $$P(Acap B^c)=P(A)-P(Acap B)$$.
Suppose Edna is already in a group. Then, there are 4 spots left. Then, out of remaining 14 goats, the number of ways to choose 4 goats is $14 choose 4$. Also, since the group that contains Edna, best friend, and enemy is determined by which two of the remaining 12 goats are in the group, we have to use $12 choose 2$. Thus, we have $$P(Acap B)=frac{{12choose2}}{{14choose4}}approx0.0659$$ Use the same principle, to find $P(A)$, (which is easier) and then you are done.
answered Dec 1 at 1:51
Ya G
44729
44729
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%2f3020883%2fquestion-regarding-probability%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
Please edit the question to show what you have attempted and explain where you are stuck so that you receive responses that address the specific difficulties you are encountering.
– N. F. Taussig
Dec 1 at 1:23
You should learn how to properly format the post.
– Ya G
Dec 1 at 1:55
@N.F.Taussig If you type
[edit]
, it links to the question at hand as if one has clicked on the automatic "edit" link. Look: edit.– Shaun
Dec 1 at 2:09
1
Thanks, @Shaun.
– N. F. Taussig
Dec 1 at 10:32