Find Z-score given probability

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











up vote
2
down vote

favorite












I have a problem solving this exercise. I have this:



  1. $P(0 le Z le z_2) = 0.3$


  2. $P(Z le z_1) = 0.3$


  3. $P(z_1 le Z le z_2) = 0.8$


I need to find the $z$ values for each given probability. I already solved the first and the second like this:



  1. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_2$ is $0.841$


  2. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_1$ is $-0.524$


How can I find $z_1$ and $z_2$ of the third point of the exercise?







share|cite|improve this question




















  • If $z_1$ and $z_2$ in the third line are supposed to be different from $z_1$ and $z_2$ in the first two lines, then you don't have enough information to find them.
    – Michael Hardy
    Jan 30 '17 at 21:36














up vote
2
down vote

favorite












I have a problem solving this exercise. I have this:



  1. $P(0 le Z le z_2) = 0.3$


  2. $P(Z le z_1) = 0.3$


  3. $P(z_1 le Z le z_2) = 0.8$


I need to find the $z$ values for each given probability. I already solved the first and the second like this:



  1. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_2$ is $0.841$


  2. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_1$ is $-0.524$


How can I find $z_1$ and $z_2$ of the third point of the exercise?







share|cite|improve this question




















  • If $z_1$ and $z_2$ in the third line are supposed to be different from $z_1$ and $z_2$ in the first two lines, then you don't have enough information to find them.
    – Michael Hardy
    Jan 30 '17 at 21:36












up vote
2
down vote

favorite









up vote
2
down vote

favorite











I have a problem solving this exercise. I have this:



  1. $P(0 le Z le z_2) = 0.3$


  2. $P(Z le z_1) = 0.3$


  3. $P(z_1 le Z le z_2) = 0.8$


I need to find the $z$ values for each given probability. I already solved the first and the second like this:



  1. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_2$ is $0.841$


  2. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_1$ is $-0.524$


How can I find $z_1$ and $z_2$ of the third point of the exercise?







share|cite|improve this question












I have a problem solving this exercise. I have this:



  1. $P(0 le Z le z_2) = 0.3$


  2. $P(Z le z_1) = 0.3$


  3. $P(z_1 le Z le z_2) = 0.8$


I need to find the $z$ values for each given probability. I already solved the first and the second like this:



  1. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_2$ is $0.841$


  2. I calculated the inverse standard normal distribution (with LibreOffice Calc) and I found that $z_1$ is $-0.524$


How can I find $z_1$ and $z_2$ of the third point of the exercise?









share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 30 '17 at 20:36









Cricco95

1113




1113











  • If $z_1$ and $z_2$ in the third line are supposed to be different from $z_1$ and $z_2$ in the first two lines, then you don't have enough information to find them.
    – Michael Hardy
    Jan 30 '17 at 21:36
















  • If $z_1$ and $z_2$ in the third line are supposed to be different from $z_1$ and $z_2$ in the first two lines, then you don't have enough information to find them.
    – Michael Hardy
    Jan 30 '17 at 21:36















If $z_1$ and $z_2$ in the third line are supposed to be different from $z_1$ and $z_2$ in the first two lines, then you don't have enough information to find them.
– Michael Hardy
Jan 30 '17 at 21:36




If $z_1$ and $z_2$ in the third line are supposed to be different from $z_1$ and $z_2$ in the first two lines, then you don't have enough information to find them.
– Michael Hardy
Jan 30 '17 at 21:36










1 Answer
1






active

oldest

votes

















up vote
0
down vote













By using 1. and 2. , there is no solution
$$P(z_1 le Z le z_2)=P( Z le z_2)-P( Z le z_1)+P( Z le 0)-P( Z le 0)$$
$$= [P( Z le z_2)-P( Z le 0)]-P( Z le z_1)+P( Z le 0)$$
$$= P(0 le Z le z_2)-P( Z le z_1)+P( Z le 0)$$



We have that $P( Z le 0)=0.5$,$P(0 le Z le z_2)=0.3$ and $P(z_1 le Z le z_2)=0.8$, but we do not have $$0.8 ne 0.3-0.3+0.5$$



If we solve independently of question 1. and 2.



Let $(z_1,z_2) in mathbbR^2$ , we have $z_1 < z_2$ and



$$P(z_1 le Z le z_2) = Phi(z_2)-Phi(z_1)=0.8.$$



Obviously, $Phi(z_1)<0.2$ because $Phi(z_2)<1$, which imposes that $z_1<Phi^-1(0.2) approx-0.81462$



Then, we have $$z_2=Phi^-1(0.8+Phi(z_1)).$$



Finally , the space of solutions is $$z_1<Phi^-1(0.2),z_2=Phi^-1(0.8+Phi(z_1)) $$






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%2f2121395%2ffind-z-score-given-probability%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













    By using 1. and 2. , there is no solution
    $$P(z_1 le Z le z_2)=P( Z le z_2)-P( Z le z_1)+P( Z le 0)-P( Z le 0)$$
    $$= [P( Z le z_2)-P( Z le 0)]-P( Z le z_1)+P( Z le 0)$$
    $$= P(0 le Z le z_2)-P( Z le z_1)+P( Z le 0)$$



    We have that $P( Z le 0)=0.5$,$P(0 le Z le z_2)=0.3$ and $P(z_1 le Z le z_2)=0.8$, but we do not have $$0.8 ne 0.3-0.3+0.5$$



    If we solve independently of question 1. and 2.



    Let $(z_1,z_2) in mathbbR^2$ , we have $z_1 < z_2$ and



    $$P(z_1 le Z le z_2) = Phi(z_2)-Phi(z_1)=0.8.$$



    Obviously, $Phi(z_1)<0.2$ because $Phi(z_2)<1$, which imposes that $z_1<Phi^-1(0.2) approx-0.81462$



    Then, we have $$z_2=Phi^-1(0.8+Phi(z_1)).$$



    Finally , the space of solutions is $$z_1<Phi^-1(0.2),z_2=Phi^-1(0.8+Phi(z_1)) $$






    share|cite|improve this answer


























      up vote
      0
      down vote













      By using 1. and 2. , there is no solution
      $$P(z_1 le Z le z_2)=P( Z le z_2)-P( Z le z_1)+P( Z le 0)-P( Z le 0)$$
      $$= [P( Z le z_2)-P( Z le 0)]-P( Z le z_1)+P( Z le 0)$$
      $$= P(0 le Z le z_2)-P( Z le z_1)+P( Z le 0)$$



      We have that $P( Z le 0)=0.5$,$P(0 le Z le z_2)=0.3$ and $P(z_1 le Z le z_2)=0.8$, but we do not have $$0.8 ne 0.3-0.3+0.5$$



      If we solve independently of question 1. and 2.



      Let $(z_1,z_2) in mathbbR^2$ , we have $z_1 < z_2$ and



      $$P(z_1 le Z le z_2) = Phi(z_2)-Phi(z_1)=0.8.$$



      Obviously, $Phi(z_1)<0.2$ because $Phi(z_2)<1$, which imposes that $z_1<Phi^-1(0.2) approx-0.81462$



      Then, we have $$z_2=Phi^-1(0.8+Phi(z_1)).$$



      Finally , the space of solutions is $$z_1<Phi^-1(0.2),z_2=Phi^-1(0.8+Phi(z_1)) $$






      share|cite|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        By using 1. and 2. , there is no solution
        $$P(z_1 le Z le z_2)=P( Z le z_2)-P( Z le z_1)+P( Z le 0)-P( Z le 0)$$
        $$= [P( Z le z_2)-P( Z le 0)]-P( Z le z_1)+P( Z le 0)$$
        $$= P(0 le Z le z_2)-P( Z le z_1)+P( Z le 0)$$



        We have that $P( Z le 0)=0.5$,$P(0 le Z le z_2)=0.3$ and $P(z_1 le Z le z_2)=0.8$, but we do not have $$0.8 ne 0.3-0.3+0.5$$



        If we solve independently of question 1. and 2.



        Let $(z_1,z_2) in mathbbR^2$ , we have $z_1 < z_2$ and



        $$P(z_1 le Z le z_2) = Phi(z_2)-Phi(z_1)=0.8.$$



        Obviously, $Phi(z_1)<0.2$ because $Phi(z_2)<1$, which imposes that $z_1<Phi^-1(0.2) approx-0.81462$



        Then, we have $$z_2=Phi^-1(0.8+Phi(z_1)).$$



        Finally , the space of solutions is $$z_1<Phi^-1(0.2),z_2=Phi^-1(0.8+Phi(z_1)) $$






        share|cite|improve this answer














        By using 1. and 2. , there is no solution
        $$P(z_1 le Z le z_2)=P( Z le z_2)-P( Z le z_1)+P( Z le 0)-P( Z le 0)$$
        $$= [P( Z le z_2)-P( Z le 0)]-P( Z le z_1)+P( Z le 0)$$
        $$= P(0 le Z le z_2)-P( Z le z_1)+P( Z le 0)$$



        We have that $P( Z le 0)=0.5$,$P(0 le Z le z_2)=0.3$ and $P(z_1 le Z le z_2)=0.8$, but we do not have $$0.8 ne 0.3-0.3+0.5$$



        If we solve independently of question 1. and 2.



        Let $(z_1,z_2) in mathbbR^2$ , we have $z_1 < z_2$ and



        $$P(z_1 le Z le z_2) = Phi(z_2)-Phi(z_1)=0.8.$$



        Obviously, $Phi(z_1)<0.2$ because $Phi(z_2)<1$, which imposes that $z_1<Phi^-1(0.2) approx-0.81462$



        Then, we have $$z_2=Phi^-1(0.8+Phi(z_1)).$$



        Finally , the space of solutions is $$z_1<Phi^-1(0.2),z_2=Phi^-1(0.8+Phi(z_1)) $$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Jan 30 '17 at 21:36









        Michael Hardy

        204k23187463




        204k23187463










        answered Jan 30 '17 at 21:16









        Canardini

        2,3601519




        2,3601519






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2121395%2ffind-z-score-given-probability%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            How to combine Bézier curves to a surface?

            Carbon dioxide

            Why am i infinitely getting the same tweet with the Twitter Search API?