probability that the system is deemed functional
$begingroup$
Question
The security system at an IT office is composed of $10$ computers of which exactly four are working. To check whether the system is functional, the officials inspect four of the computers picked at random (without replacement). The system is deemed functional if at least three of the four computers inspected are working. Let the probability that the system is deemed functional be denoted by $p$. Then $100p=$
My Approach
I Know that this questio can be solved by -:
$P text{(Atleast 3 working=All four working +3 working and 1 not working}$
$$frac{1}{binom{10}{4}}+frac{binom{4}{3} times binom{6}{1}}{binom{10}{4}}$$
But i have doubt in another approach ,using Binomial distribution
$P(text{working})=frac{4}{10}$
$P text{(Atleast 3 working)=All four working +3 working and 1 not working}$
$$=binom{10}{3} times (frac{4}{10})^{3} times (frac{6}{10})^{7}+binom{10}{4} times (frac{4}{10})^{4} times (frac{6}{10})^{6}$$
In both case i am getting different answer .Why ?
Please help.I am totally stucked
probability
$endgroup$
add a comment |
$begingroup$
Question
The security system at an IT office is composed of $10$ computers of which exactly four are working. To check whether the system is functional, the officials inspect four of the computers picked at random (without replacement). The system is deemed functional if at least three of the four computers inspected are working. Let the probability that the system is deemed functional be denoted by $p$. Then $100p=$
My Approach
I Know that this questio can be solved by -:
$P text{(Atleast 3 working=All four working +3 working and 1 not working}$
$$frac{1}{binom{10}{4}}+frac{binom{4}{3} times binom{6}{1}}{binom{10}{4}}$$
But i have doubt in another approach ,using Binomial distribution
$P(text{working})=frac{4}{10}$
$P text{(Atleast 3 working)=All four working +3 working and 1 not working}$
$$=binom{10}{3} times (frac{4}{10})^{3} times (frac{6}{10})^{7}+binom{10}{4} times (frac{4}{10})^{4} times (frac{6}{10})^{6}$$
In both case i am getting different answer .Why ?
Please help.I am totally stucked
probability
$endgroup$
$begingroup$
please help me out
$endgroup$
– laura
Jun 14 '18 at 11:23
add a comment |
$begingroup$
Question
The security system at an IT office is composed of $10$ computers of which exactly four are working. To check whether the system is functional, the officials inspect four of the computers picked at random (without replacement). The system is deemed functional if at least three of the four computers inspected are working. Let the probability that the system is deemed functional be denoted by $p$. Then $100p=$
My Approach
I Know that this questio can be solved by -:
$P text{(Atleast 3 working=All four working +3 working and 1 not working}$
$$frac{1}{binom{10}{4}}+frac{binom{4}{3} times binom{6}{1}}{binom{10}{4}}$$
But i have doubt in another approach ,using Binomial distribution
$P(text{working})=frac{4}{10}$
$P text{(Atleast 3 working)=All four working +3 working and 1 not working}$
$$=binom{10}{3} times (frac{4}{10})^{3} times (frac{6}{10})^{7}+binom{10}{4} times (frac{4}{10})^{4} times (frac{6}{10})^{6}$$
In both case i am getting different answer .Why ?
Please help.I am totally stucked
probability
$endgroup$
Question
The security system at an IT office is composed of $10$ computers of which exactly four are working. To check whether the system is functional, the officials inspect four of the computers picked at random (without replacement). The system is deemed functional if at least three of the four computers inspected are working. Let the probability that the system is deemed functional be denoted by $p$. Then $100p=$
My Approach
I Know that this questio can be solved by -:
$P text{(Atleast 3 working=All four working +3 working and 1 not working}$
$$frac{1}{binom{10}{4}}+frac{binom{4}{3} times binom{6}{1}}{binom{10}{4}}$$
But i have doubt in another approach ,using Binomial distribution
$P(text{working})=frac{4}{10}$
$P text{(Atleast 3 working)=All four working +3 working and 1 not working}$
$$=binom{10}{3} times (frac{4}{10})^{3} times (frac{6}{10})^{7}+binom{10}{4} times (frac{4}{10})^{4} times (frac{6}{10})^{6}$$
In both case i am getting different answer .Why ?
Please help.I am totally stucked
probability
probability
edited Jun 14 '18 at 6:48
laura
asked Jun 13 '18 at 8:00
lauralaura
1,2691824
1,2691824
$begingroup$
please help me out
$endgroup$
– laura
Jun 14 '18 at 11:23
add a comment |
$begingroup$
please help me out
$endgroup$
– laura
Jun 14 '18 at 11:23
$begingroup$
please help me out
$endgroup$
– laura
Jun 14 '18 at 11:23
$begingroup$
please help me out
$endgroup$
– laura
Jun 14 '18 at 11:23
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The probability of having a working computer is $p=0.4$.
The experiment of the problem indeed follows the Binomial Distribution, as we want to express the number of successes ($3$ working computers) in $4$ trials.
The p.d.f. of the Binomial Distribution for our specific experiment, is :
$$mathbb{P}(p|n,k)=binom{n}{k}(1-0.4)^{n-k}cdot 0.4^k = binom{n}{k}0.6^{n-k}cdot 0.4^k$$
Now as mentioned, we want $3$ successes in $4$ trials, thus $n=4$ and $k=3$ and :
$$mathbb{P}(p=0.4|n=4,k=3)=binom{4}{3}0.6^{4-3}cdot0.4^3$$
$endgroup$
$begingroup$
So the answer should be $=binom{4}{3} times (.4)^3 times (.6)^{1}+binom{4}{4} times (.4)^4 times (.6)^{0}=0.1536+0.0256=0.1792$ But the answer is $0.119$
$endgroup$
– laura
Jun 13 '18 at 9:32
add a comment |
$begingroup$
The binomial distribution could be used if computers where selected with replacement. Without replacement you have to use the hypergeometric distribution, and you obtain the same result you mention.
$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%2f2817993%2fprobability-that-the-system-is-deemed-functional%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$
The probability of having a working computer is $p=0.4$.
The experiment of the problem indeed follows the Binomial Distribution, as we want to express the number of successes ($3$ working computers) in $4$ trials.
The p.d.f. of the Binomial Distribution for our specific experiment, is :
$$mathbb{P}(p|n,k)=binom{n}{k}(1-0.4)^{n-k}cdot 0.4^k = binom{n}{k}0.6^{n-k}cdot 0.4^k$$
Now as mentioned, we want $3$ successes in $4$ trials, thus $n=4$ and $k=3$ and :
$$mathbb{P}(p=0.4|n=4,k=3)=binom{4}{3}0.6^{4-3}cdot0.4^3$$
$endgroup$
$begingroup$
So the answer should be $=binom{4}{3} times (.4)^3 times (.6)^{1}+binom{4}{4} times (.4)^4 times (.6)^{0}=0.1536+0.0256=0.1792$ But the answer is $0.119$
$endgroup$
– laura
Jun 13 '18 at 9:32
add a comment |
$begingroup$
The probability of having a working computer is $p=0.4$.
The experiment of the problem indeed follows the Binomial Distribution, as we want to express the number of successes ($3$ working computers) in $4$ trials.
The p.d.f. of the Binomial Distribution for our specific experiment, is :
$$mathbb{P}(p|n,k)=binom{n}{k}(1-0.4)^{n-k}cdot 0.4^k = binom{n}{k}0.6^{n-k}cdot 0.4^k$$
Now as mentioned, we want $3$ successes in $4$ trials, thus $n=4$ and $k=3$ and :
$$mathbb{P}(p=0.4|n=4,k=3)=binom{4}{3}0.6^{4-3}cdot0.4^3$$
$endgroup$
$begingroup$
So the answer should be $=binom{4}{3} times (.4)^3 times (.6)^{1}+binom{4}{4} times (.4)^4 times (.6)^{0}=0.1536+0.0256=0.1792$ But the answer is $0.119$
$endgroup$
– laura
Jun 13 '18 at 9:32
add a comment |
$begingroup$
The probability of having a working computer is $p=0.4$.
The experiment of the problem indeed follows the Binomial Distribution, as we want to express the number of successes ($3$ working computers) in $4$ trials.
The p.d.f. of the Binomial Distribution for our specific experiment, is :
$$mathbb{P}(p|n,k)=binom{n}{k}(1-0.4)^{n-k}cdot 0.4^k = binom{n}{k}0.6^{n-k}cdot 0.4^k$$
Now as mentioned, we want $3$ successes in $4$ trials, thus $n=4$ and $k=3$ and :
$$mathbb{P}(p=0.4|n=4,k=3)=binom{4}{3}0.6^{4-3}cdot0.4^3$$
$endgroup$
The probability of having a working computer is $p=0.4$.
The experiment of the problem indeed follows the Binomial Distribution, as we want to express the number of successes ($3$ working computers) in $4$ trials.
The p.d.f. of the Binomial Distribution for our specific experiment, is :
$$mathbb{P}(p|n,k)=binom{n}{k}(1-0.4)^{n-k}cdot 0.4^k = binom{n}{k}0.6^{n-k}cdot 0.4^k$$
Now as mentioned, we want $3$ successes in $4$ trials, thus $n=4$ and $k=3$ and :
$$mathbb{P}(p=0.4|n=4,k=3)=binom{4}{3}0.6^{4-3}cdot0.4^3$$
answered Jun 13 '18 at 8:30
RebellosRebellos
14.6k31247
14.6k31247
$begingroup$
So the answer should be $=binom{4}{3} times (.4)^3 times (.6)^{1}+binom{4}{4} times (.4)^4 times (.6)^{0}=0.1536+0.0256=0.1792$ But the answer is $0.119$
$endgroup$
– laura
Jun 13 '18 at 9:32
add a comment |
$begingroup$
So the answer should be $=binom{4}{3} times (.4)^3 times (.6)^{1}+binom{4}{4} times (.4)^4 times (.6)^{0}=0.1536+0.0256=0.1792$ But the answer is $0.119$
$endgroup$
– laura
Jun 13 '18 at 9:32
$begingroup$
So the answer should be $=binom{4}{3} times (.4)^3 times (.6)^{1}+binom{4}{4} times (.4)^4 times (.6)^{0}=0.1536+0.0256=0.1792$ But the answer is $0.119$
$endgroup$
– laura
Jun 13 '18 at 9:32
$begingroup$
So the answer should be $=binom{4}{3} times (.4)^3 times (.6)^{1}+binom{4}{4} times (.4)^4 times (.6)^{0}=0.1536+0.0256=0.1792$ But the answer is $0.119$
$endgroup$
– laura
Jun 13 '18 at 9:32
add a comment |
$begingroup$
The binomial distribution could be used if computers where selected with replacement. Without replacement you have to use the hypergeometric distribution, and you obtain the same result you mention.
$endgroup$
add a comment |
$begingroup$
The binomial distribution could be used if computers where selected with replacement. Without replacement you have to use the hypergeometric distribution, and you obtain the same result you mention.
$endgroup$
add a comment |
$begingroup$
The binomial distribution could be used if computers where selected with replacement. Without replacement you have to use the hypergeometric distribution, and you obtain the same result you mention.
$endgroup$
The binomial distribution could be used if computers where selected with replacement. Without replacement you have to use the hypergeometric distribution, and you obtain the same result you mention.
answered Jan 17 at 11:10
JordiJordi
31118
31118
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%2f2817993%2fprobability-that-the-system-is-deemed-functional%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
$begingroup$
please help me out
$endgroup$
– laura
Jun 14 '18 at 11:23