Probability of exactly one defective unit
$begingroup$
Assume 5 out of 100 units are defective. We pick 3 out of the 100 units at random.
What is the probability that exactly one unit is defective?
My answer would be
$P(text{Defect}=1) = P(text{Defect})times P(text{Not defect})times P(text{Not defect}) = 5/100 times 95/99 times 94/98$
However, I am not sure whether or not this is correct or not. Can someone verify?
probability
$endgroup$
add a comment |
$begingroup$
Assume 5 out of 100 units are defective. We pick 3 out of the 100 units at random.
What is the probability that exactly one unit is defective?
My answer would be
$P(text{Defect}=1) = P(text{Defect})times P(text{Not defect})times P(text{Not defect}) = 5/100 times 95/99 times 94/98$
However, I am not sure whether or not this is correct or not. Can someone verify?
probability
$endgroup$
1
$begingroup$
You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 10:49
1
$begingroup$
Sorry, my mistake, I meant 95/99 and 94/98. But then are you saying that I have to calculate like this: P(D=1) = {DDN}U{DND}U{NDD}, where D is af defective unit and N is a non-defective unit?
$endgroup$
– CruZ
Dec 9 '18 at 10:53
2
$begingroup$
Yes. You will get the same answer mentioned below.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 11:03
add a comment |
$begingroup$
Assume 5 out of 100 units are defective. We pick 3 out of the 100 units at random.
What is the probability that exactly one unit is defective?
My answer would be
$P(text{Defect}=1) = P(text{Defect})times P(text{Not defect})times P(text{Not defect}) = 5/100 times 95/99 times 94/98$
However, I am not sure whether or not this is correct or not. Can someone verify?
probability
$endgroup$
Assume 5 out of 100 units are defective. We pick 3 out of the 100 units at random.
What is the probability that exactly one unit is defective?
My answer would be
$P(text{Defect}=1) = P(text{Defect})times P(text{Not defect})times P(text{Not defect}) = 5/100 times 95/99 times 94/98$
However, I am not sure whether or not this is correct or not. Can someone verify?
probability
probability
edited Dec 9 '18 at 13:33
amWhy
1
1
asked Dec 9 '18 at 10:45
CruZCruZ
406
406
1
$begingroup$
You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 10:49
1
$begingroup$
Sorry, my mistake, I meant 95/99 and 94/98. But then are you saying that I have to calculate like this: P(D=1) = {DDN}U{DND}U{NDD}, where D is af defective unit and N is a non-defective unit?
$endgroup$
– CruZ
Dec 9 '18 at 10:53
2
$begingroup$
Yes. You will get the same answer mentioned below.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 11:03
add a comment |
1
$begingroup$
You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 10:49
1
$begingroup$
Sorry, my mistake, I meant 95/99 and 94/98. But then are you saying that I have to calculate like this: P(D=1) = {DDN}U{DND}U{NDD}, where D is af defective unit and N is a non-defective unit?
$endgroup$
– CruZ
Dec 9 '18 at 10:53
2
$begingroup$
Yes. You will get the same answer mentioned below.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 11:03
1
1
$begingroup$
You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 10:49
$begingroup$
You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 10:49
1
1
$begingroup$
Sorry, my mistake, I meant 95/99 and 94/98. But then are you saying that I have to calculate like this: P(D=1) = {DDN}U{DND}U{NDD}, where D is af defective unit and N is a non-defective unit?
$endgroup$
– CruZ
Dec 9 '18 at 10:53
$begingroup$
Sorry, my mistake, I meant 95/99 and 94/98. But then are you saying that I have to calculate like this: P(D=1) = {DDN}U{DND}U{NDD}, where D is af defective unit and N is a non-defective unit?
$endgroup$
– CruZ
Dec 9 '18 at 10:53
2
2
$begingroup$
Yes. You will get the same answer mentioned below.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 11:03
$begingroup$
Yes. You will get the same answer mentioned below.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 11:03
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Your answer should be $$frac{binom{5}{1}binom{95}{2}}{binom{100}{3}}$$ Since we want the total number of ways to choose 3 meeting the criteria over the total number of ways to choose 3 out of the 100.
$endgroup$
$begingroup$
I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
$endgroup$
– CruZ
Dec 9 '18 at 10:59
1
$begingroup$
sorry, the 500 was a typo...
$endgroup$
– BelowAverageIntelligence
Dec 9 '18 at 11:00
1
$begingroup$
@CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
$endgroup$
– Quintec
Dec 9 '18 at 14:59
$begingroup$
Ah thank you for clearing that up, my mistake! Cheers!
$endgroup$
– CruZ
Dec 9 '18 at 18:07
add a comment |
$begingroup$
Here is a suggestion how to proceed as ordering does not play a role
- Choose one defective item: $binom{5}{1}$
- Choose two non-defective ones: $binom{95}{2}$
- Chose any three: $binom{100}{3}$
$$P(mbox{"exactly 1 defective"}) = frac{binom{5}{1}cdot binom{95}{2}}{binom{100}{3}}$$
$endgroup$
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%2f3032258%2fprobability-of-exactly-one-defective-unit%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
$begingroup$
Your answer should be $$frac{binom{5}{1}binom{95}{2}}{binom{100}{3}}$$ Since we want the total number of ways to choose 3 meeting the criteria over the total number of ways to choose 3 out of the 100.
$endgroup$
$begingroup$
I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
$endgroup$
– CruZ
Dec 9 '18 at 10:59
1
$begingroup$
sorry, the 500 was a typo...
$endgroup$
– BelowAverageIntelligence
Dec 9 '18 at 11:00
1
$begingroup$
@CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
$endgroup$
– Quintec
Dec 9 '18 at 14:59
$begingroup$
Ah thank you for clearing that up, my mistake! Cheers!
$endgroup$
– CruZ
Dec 9 '18 at 18:07
add a comment |
$begingroup$
Your answer should be $$frac{binom{5}{1}binom{95}{2}}{binom{100}{3}}$$ Since we want the total number of ways to choose 3 meeting the criteria over the total number of ways to choose 3 out of the 100.
$endgroup$
$begingroup$
I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
$endgroup$
– CruZ
Dec 9 '18 at 10:59
1
$begingroup$
sorry, the 500 was a typo...
$endgroup$
– BelowAverageIntelligence
Dec 9 '18 at 11:00
1
$begingroup$
@CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
$endgroup$
– Quintec
Dec 9 '18 at 14:59
$begingroup$
Ah thank you for clearing that up, my mistake! Cheers!
$endgroup$
– CruZ
Dec 9 '18 at 18:07
add a comment |
$begingroup$
Your answer should be $$frac{binom{5}{1}binom{95}{2}}{binom{100}{3}}$$ Since we want the total number of ways to choose 3 meeting the criteria over the total number of ways to choose 3 out of the 100.
$endgroup$
Your answer should be $$frac{binom{5}{1}binom{95}{2}}{binom{100}{3}}$$ Since we want the total number of ways to choose 3 meeting the criteria over the total number of ways to choose 3 out of the 100.
answered Dec 9 '18 at 10:56
BelowAverageIntelligenceBelowAverageIntelligence
5021213
5021213
$begingroup$
I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
$endgroup$
– CruZ
Dec 9 '18 at 10:59
1
$begingroup$
sorry, the 500 was a typo...
$endgroup$
– BelowAverageIntelligence
Dec 9 '18 at 11:00
1
$begingroup$
@CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
$endgroup$
– Quintec
Dec 9 '18 at 14:59
$begingroup$
Ah thank you for clearing that up, my mistake! Cheers!
$endgroup$
– CruZ
Dec 9 '18 at 18:07
add a comment |
$begingroup$
I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
$endgroup$
– CruZ
Dec 9 '18 at 10:59
1
$begingroup$
sorry, the 500 was a typo...
$endgroup$
– BelowAverageIntelligence
Dec 9 '18 at 11:00
1
$begingroup$
@CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
$endgroup$
– Quintec
Dec 9 '18 at 14:59
$begingroup$
Ah thank you for clearing that up, my mistake! Cheers!
$endgroup$
– CruZ
Dec 9 '18 at 18:07
$begingroup$
I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
$endgroup$
– CruZ
Dec 9 '18 at 10:59
$begingroup$
I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
$endgroup$
– CruZ
Dec 9 '18 at 10:59
1
1
$begingroup$
sorry, the 500 was a typo...
$endgroup$
– BelowAverageIntelligence
Dec 9 '18 at 11:00
$begingroup$
sorry, the 500 was a typo...
$endgroup$
– BelowAverageIntelligence
Dec 9 '18 at 11:00
1
1
$begingroup$
@CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
$endgroup$
– Quintec
Dec 9 '18 at 14:59
$begingroup$
@CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
$endgroup$
– Quintec
Dec 9 '18 at 14:59
$begingroup$
Ah thank you for clearing that up, my mistake! Cheers!
$endgroup$
– CruZ
Dec 9 '18 at 18:07
$begingroup$
Ah thank you for clearing that up, my mistake! Cheers!
$endgroup$
– CruZ
Dec 9 '18 at 18:07
add a comment |
$begingroup$
Here is a suggestion how to proceed as ordering does not play a role
- Choose one defective item: $binom{5}{1}$
- Choose two non-defective ones: $binom{95}{2}$
- Chose any three: $binom{100}{3}$
$$P(mbox{"exactly 1 defective"}) = frac{binom{5}{1}cdot binom{95}{2}}{binom{100}{3}}$$
$endgroup$
add a comment |
$begingroup$
Here is a suggestion how to proceed as ordering does not play a role
- Choose one defective item: $binom{5}{1}$
- Choose two non-defective ones: $binom{95}{2}$
- Chose any three: $binom{100}{3}$
$$P(mbox{"exactly 1 defective"}) = frac{binom{5}{1}cdot binom{95}{2}}{binom{100}{3}}$$
$endgroup$
add a comment |
$begingroup$
Here is a suggestion how to proceed as ordering does not play a role
- Choose one defective item: $binom{5}{1}$
- Choose two non-defective ones: $binom{95}{2}$
- Chose any three: $binom{100}{3}$
$$P(mbox{"exactly 1 defective"}) = frac{binom{5}{1}cdot binom{95}{2}}{binom{100}{3}}$$
$endgroup$
Here is a suggestion how to proceed as ordering does not play a role
- Choose one defective item: $binom{5}{1}$
- Choose two non-defective ones: $binom{95}{2}$
- Chose any three: $binom{100}{3}$
$$P(mbox{"exactly 1 defective"}) = frac{binom{5}{1}cdot binom{95}{2}}{binom{100}{3}}$$
answered Dec 9 '18 at 10:55
trancelocationtrancelocation
9,9451722
9,9451722
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.
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%2f3032258%2fprobability-of-exactly-one-defective-unit%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
1
$begingroup$
You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 10:49
1
$begingroup$
Sorry, my mistake, I meant 95/99 and 94/98. But then are you saying that I have to calculate like this: P(D=1) = {DDN}U{DND}U{NDD}, where D is af defective unit and N is a non-defective unit?
$endgroup$
– CruZ
Dec 9 '18 at 10:53
2
$begingroup$
Yes. You will get the same answer mentioned below.
$endgroup$
– Thomas Shelby
Dec 9 '18 at 11:03