probability of a board containing a certain number of accountants
A corporate board contains twelve members. The board decides to create a five-person Committee
to Hide Corporation Debt. Suppose four members of the board are accountants. What is the probability that the Committee will contain two accountants and three nonaccountants?
cant figure this one out
probability statistics
add a comment |
A corporate board contains twelve members. The board decides to create a five-person Committee
to Hide Corporation Debt. Suppose four members of the board are accountants. What is the probability that the Committee will contain two accountants and three nonaccountants?
cant figure this one out
probability statistics
2
binomial distribution? why are you asking 2 questions in 1 minute on the same topic rather than wait for a hint on one of them and see if you can do the other on your own. this is homework right?
– Lost1
Apr 14 '13 at 0:11
add a comment |
A corporate board contains twelve members. The board decides to create a five-person Committee
to Hide Corporation Debt. Suppose four members of the board are accountants. What is the probability that the Committee will contain two accountants and three nonaccountants?
cant figure this one out
probability statistics
A corporate board contains twelve members. The board decides to create a five-person Committee
to Hide Corporation Debt. Suppose four members of the board are accountants. What is the probability that the Committee will contain two accountants and three nonaccountants?
cant figure this one out
probability statistics
probability statistics
asked Apr 14 '13 at 0:08
notamathwiz
50341330
50341330
2
binomial distribution? why are you asking 2 questions in 1 minute on the same topic rather than wait for a hint on one of them and see if you can do the other on your own. this is homework right?
– Lost1
Apr 14 '13 at 0:11
add a comment |
2
binomial distribution? why are you asking 2 questions in 1 minute on the same topic rather than wait for a hint on one of them and see if you can do the other on your own. this is homework right?
– Lost1
Apr 14 '13 at 0:11
2
2
binomial distribution? why are you asking 2 questions in 1 minute on the same topic rather than wait for a hint on one of them and see if you can do the other on your own. this is homework right?
– Lost1
Apr 14 '13 at 0:11
binomial distribution? why are you asking 2 questions in 1 minute on the same topic rather than wait for a hint on one of them and see if you can do the other on your own. this is homework right?
– Lost1
Apr 14 '13 at 0:11
add a comment |
2 Answers
2
active
oldest
votes
There are $binom{12}{5}$ ways to choose the $5$ people from the $12$. We are expected to assume these choices are all equally likely. That is a very unreasonable assumption. It is simply not true that committees are chosen by tossing coins or dice.
But let's hold our noses and go on. Call a choice good if it consists of $2$ accountants and $3$ others. There are $binom{4}{2}$ ways to choose the $2$ accountants. For every such choice, there are $binom{8}{3}$ ways to choose the $3$ others. So how many good choices are there?
so the good choices would be $$ frac{binom{4}{2} binom{8}{3}}{binom{12}{5}} $$ would this be correct?
– notamathwiz
Apr 14 '13 at 0:34
You have written down the probability correctly. The number of good choices is $binom{4}{2}binom{8}{3}$.
– André Nicolas
Apr 14 '13 at 0:37
this would equal to 62 / 792 which is 0.08 which is the probability that the Committee will contain two accountants and three nonaccountants? can someone concur
– notamathwiz
Apr 14 '13 at 0:40
The denominator is right. The numerator isn't.
– André Nicolas
Apr 14 '13 at 1:09
1
Yes, that's right. In your first comment, you correctly wrote that one should multiply $binom{4}{2}$ and $binom{8}{3}$. But when calculating, you pressed the $+$ button. It is safer to do it in one's head.
– André Nicolas
Apr 14 '13 at 1:37
|
show 1 more comment
Using the Hypergeometric distribution formular,
$$p(x) = {{k choose x} {N-k choose n-x} over {N choose n} }$$
$N=12$ , $n=5$ ,
$k=4$ ,
$x=2$ ,
$n-x=3$ (non-accountants) , $p(x) = 14/33$
New contributor
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%2f360846%2fprobability-of-a-board-containing-a-certain-number-of-accountants%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
There are $binom{12}{5}$ ways to choose the $5$ people from the $12$. We are expected to assume these choices are all equally likely. That is a very unreasonable assumption. It is simply not true that committees are chosen by tossing coins or dice.
But let's hold our noses and go on. Call a choice good if it consists of $2$ accountants and $3$ others. There are $binom{4}{2}$ ways to choose the $2$ accountants. For every such choice, there are $binom{8}{3}$ ways to choose the $3$ others. So how many good choices are there?
so the good choices would be $$ frac{binom{4}{2} binom{8}{3}}{binom{12}{5}} $$ would this be correct?
– notamathwiz
Apr 14 '13 at 0:34
You have written down the probability correctly. The number of good choices is $binom{4}{2}binom{8}{3}$.
– André Nicolas
Apr 14 '13 at 0:37
this would equal to 62 / 792 which is 0.08 which is the probability that the Committee will contain two accountants and three nonaccountants? can someone concur
– notamathwiz
Apr 14 '13 at 0:40
The denominator is right. The numerator isn't.
– André Nicolas
Apr 14 '13 at 1:09
1
Yes, that's right. In your first comment, you correctly wrote that one should multiply $binom{4}{2}$ and $binom{8}{3}$. But when calculating, you pressed the $+$ button. It is safer to do it in one's head.
– André Nicolas
Apr 14 '13 at 1:37
|
show 1 more comment
There are $binom{12}{5}$ ways to choose the $5$ people from the $12$. We are expected to assume these choices are all equally likely. That is a very unreasonable assumption. It is simply not true that committees are chosen by tossing coins or dice.
But let's hold our noses and go on. Call a choice good if it consists of $2$ accountants and $3$ others. There are $binom{4}{2}$ ways to choose the $2$ accountants. For every such choice, there are $binom{8}{3}$ ways to choose the $3$ others. So how many good choices are there?
so the good choices would be $$ frac{binom{4}{2} binom{8}{3}}{binom{12}{5}} $$ would this be correct?
– notamathwiz
Apr 14 '13 at 0:34
You have written down the probability correctly. The number of good choices is $binom{4}{2}binom{8}{3}$.
– André Nicolas
Apr 14 '13 at 0:37
this would equal to 62 / 792 which is 0.08 which is the probability that the Committee will contain two accountants and three nonaccountants? can someone concur
– notamathwiz
Apr 14 '13 at 0:40
The denominator is right. The numerator isn't.
– André Nicolas
Apr 14 '13 at 1:09
1
Yes, that's right. In your first comment, you correctly wrote that one should multiply $binom{4}{2}$ and $binom{8}{3}$. But when calculating, you pressed the $+$ button. It is safer to do it in one's head.
– André Nicolas
Apr 14 '13 at 1:37
|
show 1 more comment
There are $binom{12}{5}$ ways to choose the $5$ people from the $12$. We are expected to assume these choices are all equally likely. That is a very unreasonable assumption. It is simply not true that committees are chosen by tossing coins or dice.
But let's hold our noses and go on. Call a choice good if it consists of $2$ accountants and $3$ others. There are $binom{4}{2}$ ways to choose the $2$ accountants. For every such choice, there are $binom{8}{3}$ ways to choose the $3$ others. So how many good choices are there?
There are $binom{12}{5}$ ways to choose the $5$ people from the $12$. We are expected to assume these choices are all equally likely. That is a very unreasonable assumption. It is simply not true that committees are chosen by tossing coins or dice.
But let's hold our noses and go on. Call a choice good if it consists of $2$ accountants and $3$ others. There are $binom{4}{2}$ ways to choose the $2$ accountants. For every such choice, there are $binom{8}{3}$ ways to choose the $3$ others. So how many good choices are there?
answered Apr 14 '13 at 0:27
André Nicolas
451k36422806
451k36422806
so the good choices would be $$ frac{binom{4}{2} binom{8}{3}}{binom{12}{5}} $$ would this be correct?
– notamathwiz
Apr 14 '13 at 0:34
You have written down the probability correctly. The number of good choices is $binom{4}{2}binom{8}{3}$.
– André Nicolas
Apr 14 '13 at 0:37
this would equal to 62 / 792 which is 0.08 which is the probability that the Committee will contain two accountants and three nonaccountants? can someone concur
– notamathwiz
Apr 14 '13 at 0:40
The denominator is right. The numerator isn't.
– André Nicolas
Apr 14 '13 at 1:09
1
Yes, that's right. In your first comment, you correctly wrote that one should multiply $binom{4}{2}$ and $binom{8}{3}$. But when calculating, you pressed the $+$ button. It is safer to do it in one's head.
– André Nicolas
Apr 14 '13 at 1:37
|
show 1 more comment
so the good choices would be $$ frac{binom{4}{2} binom{8}{3}}{binom{12}{5}} $$ would this be correct?
– notamathwiz
Apr 14 '13 at 0:34
You have written down the probability correctly. The number of good choices is $binom{4}{2}binom{8}{3}$.
– André Nicolas
Apr 14 '13 at 0:37
this would equal to 62 / 792 which is 0.08 which is the probability that the Committee will contain two accountants and three nonaccountants? can someone concur
– notamathwiz
Apr 14 '13 at 0:40
The denominator is right. The numerator isn't.
– André Nicolas
Apr 14 '13 at 1:09
1
Yes, that's right. In your first comment, you correctly wrote that one should multiply $binom{4}{2}$ and $binom{8}{3}$. But when calculating, you pressed the $+$ button. It is safer to do it in one's head.
– André Nicolas
Apr 14 '13 at 1:37
so the good choices would be $$ frac{binom{4}{2} binom{8}{3}}{binom{12}{5}} $$ would this be correct?
– notamathwiz
Apr 14 '13 at 0:34
so the good choices would be $$ frac{binom{4}{2} binom{8}{3}}{binom{12}{5}} $$ would this be correct?
– notamathwiz
Apr 14 '13 at 0:34
You have written down the probability correctly. The number of good choices is $binom{4}{2}binom{8}{3}$.
– André Nicolas
Apr 14 '13 at 0:37
You have written down the probability correctly. The number of good choices is $binom{4}{2}binom{8}{3}$.
– André Nicolas
Apr 14 '13 at 0:37
this would equal to 62 / 792 which is 0.08 which is the probability that the Committee will contain two accountants and three nonaccountants? can someone concur
– notamathwiz
Apr 14 '13 at 0:40
this would equal to 62 / 792 which is 0.08 which is the probability that the Committee will contain two accountants and three nonaccountants? can someone concur
– notamathwiz
Apr 14 '13 at 0:40
The denominator is right. The numerator isn't.
– André Nicolas
Apr 14 '13 at 1:09
The denominator is right. The numerator isn't.
– André Nicolas
Apr 14 '13 at 1:09
1
1
Yes, that's right. In your first comment, you correctly wrote that one should multiply $binom{4}{2}$ and $binom{8}{3}$. But when calculating, you pressed the $+$ button. It is safer to do it in one's head.
– André Nicolas
Apr 14 '13 at 1:37
Yes, that's right. In your first comment, you correctly wrote that one should multiply $binom{4}{2}$ and $binom{8}{3}$. But when calculating, you pressed the $+$ button. It is safer to do it in one's head.
– André Nicolas
Apr 14 '13 at 1:37
|
show 1 more comment
Using the Hypergeometric distribution formular,
$$p(x) = {{k choose x} {N-k choose n-x} over {N choose n} }$$
$N=12$ , $n=5$ ,
$k=4$ ,
$x=2$ ,
$n-x=3$ (non-accountants) , $p(x) = 14/33$
New contributor
add a comment |
Using the Hypergeometric distribution formular,
$$p(x) = {{k choose x} {N-k choose n-x} over {N choose n} }$$
$N=12$ , $n=5$ ,
$k=4$ ,
$x=2$ ,
$n-x=3$ (non-accountants) , $p(x) = 14/33$
New contributor
add a comment |
Using the Hypergeometric distribution formular,
$$p(x) = {{k choose x} {N-k choose n-x} over {N choose n} }$$
$N=12$ , $n=5$ ,
$k=4$ ,
$x=2$ ,
$n-x=3$ (non-accountants) , $p(x) = 14/33$
New contributor
Using the Hypergeometric distribution formular,
$$p(x) = {{k choose x} {N-k choose n-x} over {N choose n} }$$
$N=12$ , $n=5$ ,
$k=4$ ,
$x=2$ ,
$n-x=3$ (non-accountants) , $p(x) = 14/33$
New contributor
edited yesterday
Davide Giraudo
125k16150260
125k16150260
New contributor
answered yesterday
Janet Anagli
1
1
New contributor
New contributor
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%2f360846%2fprobability-of-a-board-containing-a-certain-number-of-accountants%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
binomial distribution? why are you asking 2 questions in 1 minute on the same topic rather than wait for a hint on one of them and see if you can do the other on your own. this is homework right?
– Lost1
Apr 14 '13 at 0:11