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













1












$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.










share|cite|improve this question









$endgroup$
















    1












    $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.










    share|cite|improve this question









    $endgroup$














      1












      1








      1


      1



      $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.










      share|cite|improve this question









      $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






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 16 at 4:04









      prajyal senguptaprajyal sengupta

      102




      102




















          1 Answer
          1






          active

          oldest

          votes


















          2












          $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.$$






          share|cite|improve this answer











          $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











          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
          );



          );













          draft saved

          draft discarded


















          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









          2












          $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.$$






          share|cite|improve this answer











          $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
















          2












          $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.$$






          share|cite|improve this answer











          $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














          2












          2








          2





          $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.$$






          share|cite|improve this answer











          $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.$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          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

















          • $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


















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

          Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?

          Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576