Probability of exactly one defective unit











up vote
2
down vote

favorite












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?










share|cite|improve this question




















  • 1




    You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
    – Thomas Shelby
    17 hours ago






  • 1




    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?
    – CruZ
    17 hours ago






  • 2




    Yes. You will get the same answer mentioned below.
    – Thomas Shelby
    17 hours ago

















up vote
2
down vote

favorite












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?










share|cite|improve this question




















  • 1




    You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
    – Thomas Shelby
    17 hours ago






  • 1




    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?
    – CruZ
    17 hours ago






  • 2




    Yes. You will get the same answer mentioned below.
    – Thomas Shelby
    17 hours ago















up vote
2
down vote

favorite









up vote
2
down vote

favorite











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?










share|cite|improve this question















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






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 15 hours ago









amWhy

191k27223439




191k27223439










asked 17 hours ago









CruZ

396




396








  • 1




    You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
    – Thomas Shelby
    17 hours ago






  • 1




    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?
    – CruZ
    17 hours ago






  • 2




    Yes. You will get the same answer mentioned below.
    – Thomas Shelby
    17 hours ago
















  • 1




    You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
    – Thomas Shelby
    17 hours ago






  • 1




    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?
    – CruZ
    17 hours ago






  • 2




    Yes. You will get the same answer mentioned below.
    – Thomas Shelby
    17 hours ago










1




1




You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
– Thomas Shelby
17 hours ago




You can choose the defective in three different ways. Also the number of non-defective units is $95$ not $94$.
– Thomas Shelby
17 hours ago




1




1




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?
– CruZ
17 hours ago




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?
– CruZ
17 hours ago




2




2




Yes. You will get the same answer mentioned below.
– Thomas Shelby
17 hours ago






Yes. You will get the same answer mentioned below.
– Thomas Shelby
17 hours ago












2 Answers
2






active

oldest

votes

















up vote
7
down vote



accepted










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.






share|cite|improve this answer





















  • I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
    – CruZ
    17 hours ago






  • 1




    sorry, the 500 was a typo...
    – BelowAverageIntelligence
    17 hours ago






  • 1




    @CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
    – Quintec
    13 hours ago










  • Ah thank you for clearing that up, my mistake! Cheers!
    – CruZ
    10 hours ago


















up vote
7
down vote













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






share|cite|improve this answer





















    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',
    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
    });


    }
    });














    draft saved

    draft discarded


















    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








    up vote
    7
    down vote



    accepted










    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.






    share|cite|improve this answer





















    • I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
      – CruZ
      17 hours ago






    • 1




      sorry, the 500 was a typo...
      – BelowAverageIntelligence
      17 hours ago






    • 1




      @CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
      – Quintec
      13 hours ago










    • Ah thank you for clearing that up, my mistake! Cheers!
      – CruZ
      10 hours ago















    up vote
    7
    down vote



    accepted










    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.






    share|cite|improve this answer





















    • I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
      – CruZ
      17 hours ago






    • 1




      sorry, the 500 was a typo...
      – BelowAverageIntelligence
      17 hours ago






    • 1




      @CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
      – Quintec
      13 hours ago










    • Ah thank you for clearing that up, my mistake! Cheers!
      – CruZ
      10 hours ago













    up vote
    7
    down vote



    accepted







    up vote
    7
    down vote



    accepted






    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.






    share|cite|improve this answer












    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.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered 17 hours ago









    BelowAverageIntelligence

    5121213




    5121213












    • I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
      – CruZ
      17 hours ago






    • 1




      sorry, the 500 was a typo...
      – BelowAverageIntelligence
      17 hours ago






    • 1




      @CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
      – Quintec
      13 hours ago










    • Ah thank you for clearing that up, my mistake! Cheers!
      – CruZ
      10 hours ago


















    • I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
      – CruZ
      17 hours ago






    • 1




      sorry, the 500 was a typo...
      – BelowAverageIntelligence
      17 hours ago






    • 1




      @CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
      – Quintec
      13 hours ago










    • Ah thank you for clearing that up, my mistake! Cheers!
      – CruZ
      10 hours ago
















    I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
    – CruZ
    17 hours ago




    I don't understand why it's 500 instead of 100? But I didn't think of the binomial distribution, thank you!
    – CruZ
    17 hours ago




    1




    1




    sorry, the 500 was a typo...
    – BelowAverageIntelligence
    17 hours ago




    sorry, the 500 was a typo...
    – BelowAverageIntelligence
    17 hours ago




    1




    1




    @CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
    – Quintec
    13 hours ago




    @CruZ This isn't the binomial distribution, it's actually called the hypergeometric distribution.
    – Quintec
    13 hours ago












    Ah thank you for clearing that up, my mistake! Cheers!
    – CruZ
    10 hours ago




    Ah thank you for clearing that up, my mistake! Cheers!
    – CruZ
    10 hours ago










    up vote
    7
    down vote













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






    share|cite|improve this answer

























      up vote
      7
      down vote













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






      share|cite|improve this answer























        up vote
        7
        down vote










        up vote
        7
        down vote









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






        share|cite|improve this answer












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







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 17 hours ago









        trancelocation

        8,7121520




        8,7121520






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei