How to find percentage given mean and standard deviation?

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











up vote
1
down vote

favorite












The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?



If μ=36 σ=2

Z=x-μ /σ

so Z=2



Z>2

R(2)=0,02275



So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%



Is the first time that I try to solve this kind of exercise. Is this correct?







share|cite|improve this question
























    up vote
    1
    down vote

    favorite












    The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
    What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?



    If μ=36 σ=2

    Z=x-μ /σ

    so Z=2



    Z>2

    R(2)=0,02275



    So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%



    Is the first time that I try to solve this kind of exercise. Is this correct?







    share|cite|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
      What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?



      If μ=36 σ=2

      Z=x-μ /σ

      so Z=2



      Z>2

      R(2)=0,02275



      So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%



      Is the first time that I try to solve this kind of exercise. Is this correct?







      share|cite|improve this question












      The speed limit on Union street is 40 km/h. Rachel and Joe measured the speed of passing vehicles over a period of time. They found the set of data to be normally distributed with a mean speed of 36 km/h and a standard deviation of 2 km/h.
      What percentage of the vehicles passed on Union Street at speed greater than 40 km/h?



      If μ=36 σ=2

      Z=x-μ /σ

      so Z=2



      Z>2

      R(2)=0,02275



      So the percentage of the vehicles passed on Union Street at speed greater than 40 km/h is 2,28%



      Is the first time that I try to solve this kind of exercise. Is this correct?









      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Aug 5 '17 at 20:01









      tuscan

      421




      421




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
          you seek
          $$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
          = P(Z > 2) = 0.02275,$$
          where $Z$ has the standard normal distribution and the probability
          can be found using printed normal tables or software.



          You do not define what you mean by $R,$ but the numerical answer is OK.




          Note: Using some kinds of statistical software you can skip the 'standardization
          step' and get the answer directly. In R statistical software, for example,
          you could use



          1 - pnorm(40, 36, 2)
          ## 0.02275013


          In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$



          MTB > cdf 40;
          SUBC> norm 36 2.

          Cumulative Distribution Function

          Normal with mean = 36 and standard deviation = 2

          x P( X ≤ x )
          40 0.977250





          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: 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%2f2383828%2fhow-to-find-percentage-given-mean-and-standard-deviation%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
            0
            down vote













            You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
            you seek
            $$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
            = P(Z > 2) = 0.02275,$$
            where $Z$ has the standard normal distribution and the probability
            can be found using printed normal tables or software.



            You do not define what you mean by $R,$ but the numerical answer is OK.




            Note: Using some kinds of statistical software you can skip the 'standardization
            step' and get the answer directly. In R statistical software, for example,
            you could use



            1 - pnorm(40, 36, 2)
            ## 0.02275013


            In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$



            MTB > cdf 40;
            SUBC> norm 36 2.

            Cumulative Distribution Function

            Normal with mean = 36 and standard deviation = 2

            x P( X ≤ x )
            40 0.977250





            share|cite|improve this answer


























              up vote
              0
              down vote













              You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
              you seek
              $$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
              = P(Z > 2) = 0.02275,$$
              where $Z$ has the standard normal distribution and the probability
              can be found using printed normal tables or software.



              You do not define what you mean by $R,$ but the numerical answer is OK.




              Note: Using some kinds of statistical software you can skip the 'standardization
              step' and get the answer directly. In R statistical software, for example,
              you could use



              1 - pnorm(40, 36, 2)
              ## 0.02275013


              In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$



              MTB > cdf 40;
              SUBC> norm 36 2.

              Cumulative Distribution Function

              Normal with mean = 36 and standard deviation = 2

              x P( X ≤ x )
              40 0.977250





              share|cite|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
                you seek
                $$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
                = P(Z > 2) = 0.02275,$$
                where $Z$ has the standard normal distribution and the probability
                can be found using printed normal tables or software.



                You do not define what you mean by $R,$ but the numerical answer is OK.




                Note: Using some kinds of statistical software you can skip the 'standardization
                step' and get the answer directly. In R statistical software, for example,
                you could use



                1 - pnorm(40, 36, 2)
                ## 0.02275013


                In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$



                MTB > cdf 40;
                SUBC> norm 36 2.

                Cumulative Distribution Function

                Normal with mean = 36 and standard deviation = 2

                x P( X ≤ x )
                40 0.977250





                share|cite|improve this answer














                You have vehicle speeds $X sim mathsfNorm(mu = 36, sigma = 2)$ and
                you seek
                $$P(X > 40) = Pleft(fracX - musigma > frac40-362right)
                = P(Z > 2) = 0.02275,$$
                where $Z$ has the standard normal distribution and the probability
                can be found using printed normal tables or software.



                You do not define what you mean by $R,$ but the numerical answer is OK.




                Note: Using some kinds of statistical software you can skip the 'standardization
                step' and get the answer directly. In R statistical software, for example,
                you could use



                1 - pnorm(40, 36, 2)
                ## 0.02275013


                In Minitab 16 you can get $P(X le 40)$ and then subtract from $1.$



                MTB > cdf 40;
                SUBC> norm 36 2.

                Cumulative Distribution Function

                Normal with mean = 36 and standard deviation = 2

                x P( X ≤ x )
                40 0.977250






                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Aug 7 '17 at 5:04

























                answered Aug 7 '17 at 4:52









                BruceET

                33.6k71440




                33.6k71440






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2383828%2fhow-to-find-percentage-given-mean-and-standard-deviation%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