Finding the probability for non defective batteryHow do I optimize this scenario to achieve the lowest score?Need help finding the probabilityFinding probability values for logitProbability that only one component is defective?Finding given probabilityThe Defective Lock ProblemWhat is the highest possible ratio to be almost certain that someone is randomly selecting answers on a test?Finding probabilityPosterior mean computation of “Monty Hall Poblem”Finding the probability
Can somebody explain Brexit in a few child-proof sentences?
Will adding a BY-SA image to a blog post make the entire post BY-SA?
Why has "pence" been used in this sentence, not "pences"?
Is possible to search in vim history?
What does this horizontal bar at the first measure mean?
How can "mimic phobia" be cured or prevented?
Global amount of publications over time
Is it improper etiquette to ask your opponent what his/her rating is before the game?
On a tidally locked planet, would time be quantized?
Can a significant change in incentives void an employment contract?
Indicating multiple different modes of speech (fantasy language or telepathy)
Reply 'no position' while the job posting is still there
How do I implement a file system driver driver in Linux?
Is a model fitted to data or is data fitted to a model?
What major Native American tribes were around Santa Fe during the late 1850s?
About a little hole in Z'ha'dum
Can I sign legal documents with a smiley face?
Do Legal Documents Require Signing In Standard Pen Colors?
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
Is camera lens focus an exact point or a range?
Drawing ramified coverings with tikz
Why is Arduino resetting while driving motors?
Bob has never been a M before
What is the difference between "Do you interest" and "...interested in" something?
Finding the probability for non defective battery
How do I optimize this scenario to achieve the lowest score?Need help finding the probabilityFinding probability values for logitProbability that only one component is defective?Finding given probabilityThe Defective Lock ProblemWhat is the highest possible ratio to be almost certain that someone is randomly selecting answers on a test?Finding probabilityPosterior mean computation of “Monty Hall Poblem”Finding the probability
$begingroup$
A car manufacturer purchases car batteries from two different suppliers A and B.
Suppose supplier A provides 60% of the batteries and supplier B provides the rest. If 6%
of all batteries from supplier A are defective and 4% of the batteries from supplier B are
defective. Determine the probability that a randomly selected battery is not defective.
Solution:
P(Selecting not a defective battery) =1- P(Selecting a defective battery) or P(Selecting a defective battery given A is defective) or P(selecting a defective battery given B is defective)
P(Selecting a defective battery) = (.6*.06)+(.4*.04) = 0.052
P(Selecting a defective battery given A is defective) = (.6*.06) = 0.036
p(Selecting a defective battery given B is defective) - (.4*.04) = 0.016
Therefore
P(Selective a not defective battery is ) = 1 - (0.052+0.036+0.016) = 0.9284
Please let me know if this is correct. Please provide you comment and advice on my solution . I am a bit confused whether it is correct or not.
probability self-study
$endgroup$
add a comment |
$begingroup$
A car manufacturer purchases car batteries from two different suppliers A and B.
Suppose supplier A provides 60% of the batteries and supplier B provides the rest. If 6%
of all batteries from supplier A are defective and 4% of the batteries from supplier B are
defective. Determine the probability that a randomly selected battery is not defective.
Solution:
P(Selecting not a defective battery) =1- P(Selecting a defective battery) or P(Selecting a defective battery given A is defective) or P(selecting a defective battery given B is defective)
P(Selecting a defective battery) = (.6*.06)+(.4*.04) = 0.052
P(Selecting a defective battery given A is defective) = (.6*.06) = 0.036
p(Selecting a defective battery given B is defective) - (.4*.04) = 0.016
Therefore
P(Selective a not defective battery is ) = 1 - (0.052+0.036+0.016) = 0.9284
Please let me know if this is correct. Please provide you comment and advice on my solution . I am a bit confused whether it is correct or not.
probability self-study
$endgroup$
add a comment |
$begingroup$
A car manufacturer purchases car batteries from two different suppliers A and B.
Suppose supplier A provides 60% of the batteries and supplier B provides the rest. If 6%
of all batteries from supplier A are defective and 4% of the batteries from supplier B are
defective. Determine the probability that a randomly selected battery is not defective.
Solution:
P(Selecting not a defective battery) =1- P(Selecting a defective battery) or P(Selecting a defective battery given A is defective) or P(selecting a defective battery given B is defective)
P(Selecting a defective battery) = (.6*.06)+(.4*.04) = 0.052
P(Selecting a defective battery given A is defective) = (.6*.06) = 0.036
p(Selecting a defective battery given B is defective) - (.4*.04) = 0.016
Therefore
P(Selective a not defective battery is ) = 1 - (0.052+0.036+0.016) = 0.9284
Please let me know if this is correct. Please provide you comment and advice on my solution . I am a bit confused whether it is correct or not.
probability self-study
$endgroup$
A car manufacturer purchases car batteries from two different suppliers A and B.
Suppose supplier A provides 60% of the batteries and supplier B provides the rest. If 6%
of all batteries from supplier A are defective and 4% of the batteries from supplier B are
defective. Determine the probability that a randomly selected battery is not defective.
Solution:
P(Selecting not a defective battery) =1- P(Selecting a defective battery) or P(Selecting a defective battery given A is defective) or P(selecting a defective battery given B is defective)
P(Selecting a defective battery) = (.6*.06)+(.4*.04) = 0.052
P(Selecting a defective battery given A is defective) = (.6*.06) = 0.036
p(Selecting a defective battery given B is defective) - (.4*.04) = 0.016
Therefore
P(Selective a not defective battery is ) = 1 - (0.052+0.036+0.016) = 0.9284
Please let me know if this is correct. Please provide you comment and advice on my solution . I am a bit confused whether it is correct or not.
probability self-study
probability self-study
asked Mar 16 at 4:04
prajyal senguptaprajyal sengupta
102
102
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your solution is incorrect. This problem requires a simple application of Bayes' rule.
$$P(textselecting a defective battery)=P(text(battery comes from A and battery is defective) or (battery comes from B and battery is defective)).$$
Since (battery comes from A and battery is defective) and (battery comes from B and battery is defective) are mutually exclusive events, and more specifically form a partition of the set of all batteries, it follows
$$P(textselecting a defective battery)=P(textBattery comes from A and is defective) + P(textbattery comes from B and battery is defective).$$
Bayes' rule tells us
$$P(textbattery comes from A and battery is defective)=P(textbattery is defective | textbattery comes from A)P(textbattery comes from A) = 0.6*0.06=.036.$$
and
$$P(textbattery comes from B and battery is defective)=P(textbattery is defective | textbattery comes from B)P(textbattery comes from B)=0.4*0.04=0.016.$$
Therefore
$$P(textselecting a defective battery)=0.036+0.016=0.054.$$
This gives
$$P(textselecting a non-defective battery)=1-0.054=0.946.$$
$endgroup$
$begingroup$
Thanks got it..
$endgroup$
– prajyal sengupta
Mar 16 at 4:34
$begingroup$
Please accept the answer if you are satisfied. I am happy to clarify if you have any questions.
$endgroup$
– dlnB
Mar 16 at 4:34
$begingroup$
Its very clear . I was almost there but forgot about the mutually exclusive logic
$endgroup$
– prajyal sengupta
Mar 16 at 4:36
$begingroup$
The only question I had was it is a mutually exclusive event because both A and B can supply battery to the manufacture at the same time. What I mean is 60% of the battery is coming from A and 40% coming from B. Let me know your thoughts
$endgroup$
– prajyal sengupta
Mar 16 at 4:49
$begingroup$
I edited my answer to be more clear. Writing $P(D)=P(A cap D)+P(B cap D)$ actually requires more than just mutual exclusivity. It requires $A$ and $B$ to make up a partition of the entire set of batteries, i.e. $P(A cap B)=0$ and $P(A cup B)=1$.
$endgroup$
– dlnB
Mar 16 at 4:52
|
show 1 more 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: "65"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
,
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%2fstats.stackexchange.com%2fquestions%2f397813%2ffinding-the-probability-for-non-defective-battery%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your solution is incorrect. This problem requires a simple application of Bayes' rule.
$$P(textselecting a defective battery)=P(text(battery comes from A and battery is defective) or (battery comes from B and battery is defective)).$$
Since (battery comes from A and battery is defective) and (battery comes from B and battery is defective) are mutually exclusive events, and more specifically form a partition of the set of all batteries, it follows
$$P(textselecting a defective battery)=P(textBattery comes from A and is defective) + P(textbattery comes from B and battery is defective).$$
Bayes' rule tells us
$$P(textbattery comes from A and battery is defective)=P(textbattery is defective | textbattery comes from A)P(textbattery comes from A) = 0.6*0.06=.036.$$
and
$$P(textbattery comes from B and battery is defective)=P(textbattery is defective | textbattery comes from B)P(textbattery comes from B)=0.4*0.04=0.016.$$
Therefore
$$P(textselecting a defective battery)=0.036+0.016=0.054.$$
This gives
$$P(textselecting a non-defective battery)=1-0.054=0.946.$$
$endgroup$
$begingroup$
Thanks got it..
$endgroup$
– prajyal sengupta
Mar 16 at 4:34
$begingroup$
Please accept the answer if you are satisfied. I am happy to clarify if you have any questions.
$endgroup$
– dlnB
Mar 16 at 4:34
$begingroup$
Its very clear . I was almost there but forgot about the mutually exclusive logic
$endgroup$
– prajyal sengupta
Mar 16 at 4:36
$begingroup$
The only question I had was it is a mutually exclusive event because both A and B can supply battery to the manufacture at the same time. What I mean is 60% of the battery is coming from A and 40% coming from B. Let me know your thoughts
$endgroup$
– prajyal sengupta
Mar 16 at 4:49
$begingroup$
I edited my answer to be more clear. Writing $P(D)=P(A cap D)+P(B cap D)$ actually requires more than just mutual exclusivity. It requires $A$ and $B$ to make up a partition of the entire set of batteries, i.e. $P(A cap B)=0$ and $P(A cup B)=1$.
$endgroup$
– dlnB
Mar 16 at 4:52
|
show 1 more comment
$begingroup$
Your solution is incorrect. This problem requires a simple application of Bayes' rule.
$$P(textselecting a defective battery)=P(text(battery comes from A and battery is defective) or (battery comes from B and battery is defective)).$$
Since (battery comes from A and battery is defective) and (battery comes from B and battery is defective) are mutually exclusive events, and more specifically form a partition of the set of all batteries, it follows
$$P(textselecting a defective battery)=P(textBattery comes from A and is defective) + P(textbattery comes from B and battery is defective).$$
Bayes' rule tells us
$$P(textbattery comes from A and battery is defective)=P(textbattery is defective | textbattery comes from A)P(textbattery comes from A) = 0.6*0.06=.036.$$
and
$$P(textbattery comes from B and battery is defective)=P(textbattery is defective | textbattery comes from B)P(textbattery comes from B)=0.4*0.04=0.016.$$
Therefore
$$P(textselecting a defective battery)=0.036+0.016=0.054.$$
This gives
$$P(textselecting a non-defective battery)=1-0.054=0.946.$$
$endgroup$
$begingroup$
Thanks got it..
$endgroup$
– prajyal sengupta
Mar 16 at 4:34
$begingroup$
Please accept the answer if you are satisfied. I am happy to clarify if you have any questions.
$endgroup$
– dlnB
Mar 16 at 4:34
$begingroup$
Its very clear . I was almost there but forgot about the mutually exclusive logic
$endgroup$
– prajyal sengupta
Mar 16 at 4:36
$begingroup$
The only question I had was it is a mutually exclusive event because both A and B can supply battery to the manufacture at the same time. What I mean is 60% of the battery is coming from A and 40% coming from B. Let me know your thoughts
$endgroup$
– prajyal sengupta
Mar 16 at 4:49
$begingroup$
I edited my answer to be more clear. Writing $P(D)=P(A cap D)+P(B cap D)$ actually requires more than just mutual exclusivity. It requires $A$ and $B$ to make up a partition of the entire set of batteries, i.e. $P(A cap B)=0$ and $P(A cup B)=1$.
$endgroup$
– dlnB
Mar 16 at 4:52
|
show 1 more comment
$begingroup$
Your solution is incorrect. This problem requires a simple application of Bayes' rule.
$$P(textselecting a defective battery)=P(text(battery comes from A and battery is defective) or (battery comes from B and battery is defective)).$$
Since (battery comes from A and battery is defective) and (battery comes from B and battery is defective) are mutually exclusive events, and more specifically form a partition of the set of all batteries, it follows
$$P(textselecting a defective battery)=P(textBattery comes from A and is defective) + P(textbattery comes from B and battery is defective).$$
Bayes' rule tells us
$$P(textbattery comes from A and battery is defective)=P(textbattery is defective | textbattery comes from A)P(textbattery comes from A) = 0.6*0.06=.036.$$
and
$$P(textbattery comes from B and battery is defective)=P(textbattery is defective | textbattery comes from B)P(textbattery comes from B)=0.4*0.04=0.016.$$
Therefore
$$P(textselecting a defective battery)=0.036+0.016=0.054.$$
This gives
$$P(textselecting a non-defective battery)=1-0.054=0.946.$$
$endgroup$
Your solution is incorrect. This problem requires a simple application of Bayes' rule.
$$P(textselecting a defective battery)=P(text(battery comes from A and battery is defective) or (battery comes from B and battery is defective)).$$
Since (battery comes from A and battery is defective) and (battery comes from B and battery is defective) are mutually exclusive events, and more specifically form a partition of the set of all batteries, it follows
$$P(textselecting a defective battery)=P(textBattery comes from A and is defective) + P(textbattery comes from B and battery is defective).$$
Bayes' rule tells us
$$P(textbattery comes from A and battery is defective)=P(textbattery is defective | textbattery comes from A)P(textbattery comes from A) = 0.6*0.06=.036.$$
and
$$P(textbattery comes from B and battery is defective)=P(textbattery is defective | textbattery comes from B)P(textbattery comes from B)=0.4*0.04=0.016.$$
Therefore
$$P(textselecting a defective battery)=0.036+0.016=0.054.$$
This gives
$$P(textselecting a non-defective battery)=1-0.054=0.946.$$
edited Mar 16 at 4:50
answered Mar 16 at 4:17
dlnBdlnB
93712
93712
$begingroup$
Thanks got it..
$endgroup$
– prajyal sengupta
Mar 16 at 4:34
$begingroup$
Please accept the answer if you are satisfied. I am happy to clarify if you have any questions.
$endgroup$
– dlnB
Mar 16 at 4:34
$begingroup$
Its very clear . I was almost there but forgot about the mutually exclusive logic
$endgroup$
– prajyal sengupta
Mar 16 at 4:36
$begingroup$
The only question I had was it is a mutually exclusive event because both A and B can supply battery to the manufacture at the same time. What I mean is 60% of the battery is coming from A and 40% coming from B. Let me know your thoughts
$endgroup$
– prajyal sengupta
Mar 16 at 4:49
$begingroup$
I edited my answer to be more clear. Writing $P(D)=P(A cap D)+P(B cap D)$ actually requires more than just mutual exclusivity. It requires $A$ and $B$ to make up a partition of the entire set of batteries, i.e. $P(A cap B)=0$ and $P(A cup B)=1$.
$endgroup$
– dlnB
Mar 16 at 4:52
|
show 1 more comment
$begingroup$
Thanks got it..
$endgroup$
– prajyal sengupta
Mar 16 at 4:34
$begingroup$
Please accept the answer if you are satisfied. I am happy to clarify if you have any questions.
$endgroup$
– dlnB
Mar 16 at 4:34
$begingroup$
Its very clear . I was almost there but forgot about the mutually exclusive logic
$endgroup$
– prajyal sengupta
Mar 16 at 4:36
$begingroup$
The only question I had was it is a mutually exclusive event because both A and B can supply battery to the manufacture at the same time. What I mean is 60% of the battery is coming from A and 40% coming from B. Let me know your thoughts
$endgroup$
– prajyal sengupta
Mar 16 at 4:49
$begingroup$
I edited my answer to be more clear. Writing $P(D)=P(A cap D)+P(B cap D)$ actually requires more than just mutual exclusivity. It requires $A$ and $B$ to make up a partition of the entire set of batteries, i.e. $P(A cap B)=0$ and $P(A cup B)=1$.
$endgroup$
– dlnB
Mar 16 at 4:52
$begingroup$
Thanks got it..
$endgroup$
– prajyal sengupta
Mar 16 at 4:34
$begingroup$
Thanks got it..
$endgroup$
– prajyal sengupta
Mar 16 at 4:34
$begingroup$
Please accept the answer if you are satisfied. I am happy to clarify if you have any questions.
$endgroup$
– dlnB
Mar 16 at 4:34
$begingroup$
Please accept the answer if you are satisfied. I am happy to clarify if you have any questions.
$endgroup$
– dlnB
Mar 16 at 4:34
$begingroup$
Its very clear . I was almost there but forgot about the mutually exclusive logic
$endgroup$
– prajyal sengupta
Mar 16 at 4:36
$begingroup$
Its very clear . I was almost there but forgot about the mutually exclusive logic
$endgroup$
– prajyal sengupta
Mar 16 at 4:36
$begingroup$
The only question I had was it is a mutually exclusive event because both A and B can supply battery to the manufacture at the same time. What I mean is 60% of the battery is coming from A and 40% coming from B. Let me know your thoughts
$endgroup$
– prajyal sengupta
Mar 16 at 4:49
$begingroup$
The only question I had was it is a mutually exclusive event because both A and B can supply battery to the manufacture at the same time. What I mean is 60% of the battery is coming from A and 40% coming from B. Let me know your thoughts
$endgroup$
– prajyal sengupta
Mar 16 at 4:49
$begingroup$
I edited my answer to be more clear. Writing $P(D)=P(A cap D)+P(B cap D)$ actually requires more than just mutual exclusivity. It requires $A$ and $B$ to make up a partition of the entire set of batteries, i.e. $P(A cap B)=0$ and $P(A cup B)=1$.
$endgroup$
– dlnB
Mar 16 at 4:52
$begingroup$
I edited my answer to be more clear. Writing $P(D)=P(A cap D)+P(B cap D)$ actually requires more than just mutual exclusivity. It requires $A$ and $B$ to make up a partition of the entire set of batteries, i.e. $P(A cap B)=0$ and $P(A cup B)=1$.
$endgroup$
– dlnB
Mar 16 at 4:52
|
show 1 more comment
Thanks for contributing an answer to Cross Validated!
- 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%2fstats.stackexchange.com%2fquestions%2f397813%2ffinding-the-probability-for-non-defective-battery%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