Poisson Distribution flaws in materials

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












Suppose the number of flaws in a certain type of material can be modeled as a Poisson random variable. If flaws appear on average once in every $150$ square meters, what is the probability of finding at most one flaw in $225$ square meters? State your answer to three decimal places.




If $X$ is distributed as a Poisson



$Pr[X=x]= e^-lambda lambda^x/x!$



$E(X)=1.5$



$f(x)=1.5^x e^-1.5/x!$



$Pr(x=0)=e^-1.5 1.5^0/0!= 0,223$



$Pr(X<1) = 1-Pr(X = 0) = 1-0,223=0,777$



Is my procedure correct?







share|cite|improve this question


























    up vote
    1
    down vote

    favorite












    Suppose the number of flaws in a certain type of material can be modeled as a Poisson random variable. If flaws appear on average once in every $150$ square meters, what is the probability of finding at most one flaw in $225$ square meters? State your answer to three decimal places.




    If $X$ is distributed as a Poisson



    $Pr[X=x]= e^-lambda lambda^x/x!$



    $E(X)=1.5$



    $f(x)=1.5^x e^-1.5/x!$



    $Pr(x=0)=e^-1.5 1.5^0/0!= 0,223$



    $Pr(X<1) = 1-Pr(X = 0) = 1-0,223=0,777$



    Is my procedure correct?







    share|cite|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Suppose the number of flaws in a certain type of material can be modeled as a Poisson random variable. If flaws appear on average once in every $150$ square meters, what is the probability of finding at most one flaw in $225$ square meters? State your answer to three decimal places.




      If $X$ is distributed as a Poisson



      $Pr[X=x]= e^-lambda lambda^x/x!$



      $E(X)=1.5$



      $f(x)=1.5^x e^-1.5/x!$



      $Pr(x=0)=e^-1.5 1.5^0/0!= 0,223$



      $Pr(X<1) = 1-Pr(X = 0) = 1-0,223=0,777$



      Is my procedure correct?







      share|cite|improve this question














      Suppose the number of flaws in a certain type of material can be modeled as a Poisson random variable. If flaws appear on average once in every $150$ square meters, what is the probability of finding at most one flaw in $225$ square meters? State your answer to three decimal places.




      If $X$ is distributed as a Poisson



      $Pr[X=x]= e^-lambda lambda^x/x!$



      $E(X)=1.5$



      $f(x)=1.5^x e^-1.5/x!$



      $Pr(x=0)=e^-1.5 1.5^0/0!= 0,223$



      $Pr(X<1) = 1-Pr(X = 0) = 1-0,223=0,777$



      Is my procedure correct?









      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Sep 17 '17 at 19:59









      Michael Hardy

      204k23187463




      204k23187463










      asked Sep 2 '17 at 6:45









      marco lecci

      573




      573




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          Your mean and Poisson distribution formula are correct but "at most one flaw" is same as $P(X le 1)$ and not $P(X<1)$.



          Also, $P(X<1) = P(X=0) $ ; $P(Xge 1) = 1 - P(X<1) = 1- P(X=0)$






          share|cite|improve this answer






















          • Thank you for your help
            – marco lecci
            Sep 2 '17 at 22:16










          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: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2413976%2fpoisson-distribution-flaws-in-materials%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          Your mean and Poisson distribution formula are correct but "at most one flaw" is same as $P(X le 1)$ and not $P(X<1)$.



          Also, $P(X<1) = P(X=0) $ ; $P(Xge 1) = 1 - P(X<1) = 1- P(X=0)$






          share|cite|improve this answer






















          • Thank you for your help
            – marco lecci
            Sep 2 '17 at 22:16














          up vote
          2
          down vote



          accepted










          Your mean and Poisson distribution formula are correct but "at most one flaw" is same as $P(X le 1)$ and not $P(X<1)$.



          Also, $P(X<1) = P(X=0) $ ; $P(Xge 1) = 1 - P(X<1) = 1- P(X=0)$






          share|cite|improve this answer






















          • Thank you for your help
            – marco lecci
            Sep 2 '17 at 22:16












          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Your mean and Poisson distribution formula are correct but "at most one flaw" is same as $P(X le 1)$ and not $P(X<1)$.



          Also, $P(X<1) = P(X=0) $ ; $P(Xge 1) = 1 - P(X<1) = 1- P(X=0)$






          share|cite|improve this answer














          Your mean and Poisson distribution formula are correct but "at most one flaw" is same as $P(X le 1)$ and not $P(X<1)$.



          Also, $P(X<1) = P(X=0) $ ; $P(Xge 1) = 1 - P(X<1) = 1- P(X=0)$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Aug 10 at 15:48

























          answered Sep 2 '17 at 9:38









          BRAINSTELLAR

          363




          363











          • Thank you for your help
            – marco lecci
            Sep 2 '17 at 22:16
















          • Thank you for your help
            – marco lecci
            Sep 2 '17 at 22:16















          Thank you for your help
          – marco lecci
          Sep 2 '17 at 22:16




          Thank you for your help
          – marco lecci
          Sep 2 '17 at 22:16












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2413976%2fpoisson-distribution-flaws-in-materials%23new-answer', 'question_page');

          );

          Post as a guest













































































          這個網誌中的熱門文章

          tkz-euclide: tkzDrawCircle[R] not working

          How to combine Bézier curves to a surface?

          1st Magritte Awards