Four coins with reflip problem?

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











up vote
4
down vote

favorite












I came across the following problem today:




Flip four coins. For every head, you get $1. You may reflip one coin after the four flips. Calculate the expected returns.




I know that the expected value without the extra flip is $2. However, I am unsure of how to condition on the extra flips. I am tempted to claim that having the reflip simply adds $frac12$ to each case with tails since the only thing which affects the reflip is whether there are tails or not, but my gut tells me this is wrong. I am also told the correct returns is $frac7932$ and I have no idea where this comes from. Could someone help me out please? Thanks!










share|cite|improve this question

























    up vote
    4
    down vote

    favorite












    I came across the following problem today:




    Flip four coins. For every head, you get $1. You may reflip one coin after the four flips. Calculate the expected returns.




    I know that the expected value without the extra flip is $2. However, I am unsure of how to condition on the extra flips. I am tempted to claim that having the reflip simply adds $frac12$ to each case with tails since the only thing which affects the reflip is whether there are tails or not, but my gut tells me this is wrong. I am also told the correct returns is $frac7932$ and I have no idea where this comes from. Could someone help me out please? Thanks!










    share|cite|improve this question























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      I came across the following problem today:




      Flip four coins. For every head, you get $1. You may reflip one coin after the four flips. Calculate the expected returns.




      I know that the expected value without the extra flip is $2. However, I am unsure of how to condition on the extra flips. I am tempted to claim that having the reflip simply adds $frac12$ to each case with tails since the only thing which affects the reflip is whether there are tails or not, but my gut tells me this is wrong. I am also told the correct returns is $frac7932$ and I have no idea where this comes from. Could someone help me out please? Thanks!










      share|cite|improve this question













      I came across the following problem today:




      Flip four coins. For every head, you get $1. You may reflip one coin after the four flips. Calculate the expected returns.




      I know that the expected value without the extra flip is $2. However, I am unsure of how to condition on the extra flips. I am tempted to claim that having the reflip simply adds $frac12$ to each case with tails since the only thing which affects the reflip is whether there are tails or not, but my gut tells me this is wrong. I am also told the correct returns is $frac7932$ and I have no idea where this comes from. Could someone help me out please? Thanks!







      probability conditional-expectation conditional-probability expected-value






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 1 hour ago









      user107224

      1526




      1526




















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          Let $X_i=1$ if $i$-th toss is head and $0$ otherwise.



          The reward is $$sum_i=1^4X_i + X_5left( 1-prod_i=1^4X_iright)=sum_i=1^5X_i-prod_i=1^5X_i$$



          Hence



          $$mathbbEleft(sum_i=1^5X_i-prod_i=1^5X_iright)=left(sum_i=1^5mathbbE[X_i]-prod_i=1^5mathbbE[X_i]right)=frac52-frac132=frac7932$$






          share|cite|improve this answer




















          • Very clear, thank you!
            – user107224
            29 mins ago

















          up vote
          1
          down vote













          Your temptation is right and your gut is wrong. You do get an extra $frac12$ if you got tails at least once. The probability that you don't have a tail to reflip is $frac116$, so you get an extra $frac12left(1-frac116right)=frac1532$.






          share|cite|improve this answer



























            up vote
            1
            down vote













            Expectation of first 4 flips is $2.



            Expectation of the fifth flip, condition on there is a tail in the first 4 flips, is 0.5.



            Expectation of the fifth flip, condition on there is no tail, is 0.



            Probability there is a tail in the first 4 flips is 15/16.



            Total expectation = 2 + 0.5*(15/16) + 0*(1/16) = 79/32






            share|cite|improve this answer



























              up vote
              0
              down vote













              Your answer is $frac 8032$. The $frac1 32$ is from where all four flips are heads.






              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%2f2922494%2ffour-coins-with-reflip-problem%23new-answer', 'question_page');

                );

                Post as a guest






























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                1
                down vote



                accepted










                Let $X_i=1$ if $i$-th toss is head and $0$ otherwise.



                The reward is $$sum_i=1^4X_i + X_5left( 1-prod_i=1^4X_iright)=sum_i=1^5X_i-prod_i=1^5X_i$$



                Hence



                $$mathbbEleft(sum_i=1^5X_i-prod_i=1^5X_iright)=left(sum_i=1^5mathbbE[X_i]-prod_i=1^5mathbbE[X_i]right)=frac52-frac132=frac7932$$






                share|cite|improve this answer




















                • Very clear, thank you!
                  – user107224
                  29 mins ago














                up vote
                1
                down vote



                accepted










                Let $X_i=1$ if $i$-th toss is head and $0$ otherwise.



                The reward is $$sum_i=1^4X_i + X_5left( 1-prod_i=1^4X_iright)=sum_i=1^5X_i-prod_i=1^5X_i$$



                Hence



                $$mathbbEleft(sum_i=1^5X_i-prod_i=1^5X_iright)=left(sum_i=1^5mathbbE[X_i]-prod_i=1^5mathbbE[X_i]right)=frac52-frac132=frac7932$$






                share|cite|improve this answer




















                • Very clear, thank you!
                  – user107224
                  29 mins ago












                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                Let $X_i=1$ if $i$-th toss is head and $0$ otherwise.



                The reward is $$sum_i=1^4X_i + X_5left( 1-prod_i=1^4X_iright)=sum_i=1^5X_i-prod_i=1^5X_i$$



                Hence



                $$mathbbEleft(sum_i=1^5X_i-prod_i=1^5X_iright)=left(sum_i=1^5mathbbE[X_i]-prod_i=1^5mathbbE[X_i]right)=frac52-frac132=frac7932$$






                share|cite|improve this answer












                Let $X_i=1$ if $i$-th toss is head and $0$ otherwise.



                The reward is $$sum_i=1^4X_i + X_5left( 1-prod_i=1^4X_iright)=sum_i=1^5X_i-prod_i=1^5X_i$$



                Hence



                $$mathbbEleft(sum_i=1^5X_i-prod_i=1^5X_iright)=left(sum_i=1^5mathbbE[X_i]-prod_i=1^5mathbbE[X_i]right)=frac52-frac132=frac7932$$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 1 hour ago









                Siong Thye Goh

                82.4k1456104




                82.4k1456104











                • Very clear, thank you!
                  – user107224
                  29 mins ago
















                • Very clear, thank you!
                  – user107224
                  29 mins ago















                Very clear, thank you!
                – user107224
                29 mins ago




                Very clear, thank you!
                – user107224
                29 mins ago










                up vote
                1
                down vote













                Your temptation is right and your gut is wrong. You do get an extra $frac12$ if you got tails at least once. The probability that you don't have a tail to reflip is $frac116$, so you get an extra $frac12left(1-frac116right)=frac1532$.






                share|cite|improve this answer
























                  up vote
                  1
                  down vote













                  Your temptation is right and your gut is wrong. You do get an extra $frac12$ if you got tails at least once. The probability that you don't have a tail to reflip is $frac116$, so you get an extra $frac12left(1-frac116right)=frac1532$.






                  share|cite|improve this answer






















                    up vote
                    1
                    down vote










                    up vote
                    1
                    down vote









                    Your temptation is right and your gut is wrong. You do get an extra $frac12$ if you got tails at least once. The probability that you don't have a tail to reflip is $frac116$, so you get an extra $frac12left(1-frac116right)=frac1532$.






                    share|cite|improve this answer












                    Your temptation is right and your gut is wrong. You do get an extra $frac12$ if you got tails at least once. The probability that you don't have a tail to reflip is $frac116$, so you get an extra $frac12left(1-frac116right)=frac1532$.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered 1 hour ago









                    joriki

                    168k10180335




                    168k10180335




















                        up vote
                        1
                        down vote













                        Expectation of first 4 flips is $2.



                        Expectation of the fifth flip, condition on there is a tail in the first 4 flips, is 0.5.



                        Expectation of the fifth flip, condition on there is no tail, is 0.



                        Probability there is a tail in the first 4 flips is 15/16.



                        Total expectation = 2 + 0.5*(15/16) + 0*(1/16) = 79/32






                        share|cite|improve this answer
























                          up vote
                          1
                          down vote













                          Expectation of first 4 flips is $2.



                          Expectation of the fifth flip, condition on there is a tail in the first 4 flips, is 0.5.



                          Expectation of the fifth flip, condition on there is no tail, is 0.



                          Probability there is a tail in the first 4 flips is 15/16.



                          Total expectation = 2 + 0.5*(15/16) + 0*(1/16) = 79/32






                          share|cite|improve this answer






















                            up vote
                            1
                            down vote










                            up vote
                            1
                            down vote









                            Expectation of first 4 flips is $2.



                            Expectation of the fifth flip, condition on there is a tail in the first 4 flips, is 0.5.



                            Expectation of the fifth flip, condition on there is no tail, is 0.



                            Probability there is a tail in the first 4 flips is 15/16.



                            Total expectation = 2 + 0.5*(15/16) + 0*(1/16) = 79/32






                            share|cite|improve this answer












                            Expectation of first 4 flips is $2.



                            Expectation of the fifth flip, condition on there is a tail in the first 4 flips, is 0.5.



                            Expectation of the fifth flip, condition on there is no tail, is 0.



                            Probability there is a tail in the first 4 flips is 15/16.



                            Total expectation = 2 + 0.5*(15/16) + 0*(1/16) = 79/32







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered 1 hour ago









                            William Wong

                            1214




                            1214




















                                up vote
                                0
                                down vote













                                Your answer is $frac 8032$. The $frac1 32$ is from where all four flips are heads.






                                share|cite|improve this answer
























                                  up vote
                                  0
                                  down vote













                                  Your answer is $frac 8032$. The $frac1 32$ is from where all four flips are heads.






                                  share|cite|improve this answer






















                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    Your answer is $frac 8032$. The $frac1 32$ is from where all four flips are heads.






                                    share|cite|improve this answer












                                    Your answer is $frac 8032$. The $frac1 32$ is from where all four flips are heads.







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered 1 hour ago









                                    abc...

                                    2,164529




                                    2,164529



























                                         

                                        draft saved


                                        draft discarded















































                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2922494%2ffour-coins-with-reflip-problem%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        Comments

                                        Popular posts from this blog

                                        What does second last employer means? [closed]

                                        List of Gilmore Girls characters

                                        Confectionery