Find $P(A>B+C)$ if A,B,C are independent and uniformly distributed in [0,1]












1












$begingroup$


Considering this I have tried:
$$ P(A>B+C)=P(C<A-B)=int_0^1int_0^1 P(C<a-b|A=a, B=b),da,db =$$
$$=int_0^1int_0^1 P(C<a-b),f_A(a),f_b(b),da,db = int_0^1int_0^1 F_C(a-b),f_A(a),f_B(b),da,db=$$
$$=int_0^1int_0^1 (a-b) cdot 1 cdot 1 ,da,db= 0$$
The actual answer is $frac{1}{6}$.



I feel the mistake is to eliminate both A and B at the same time. Unfortunately I can't figure out the right solution. Any help will be higly appreciated!










share|cite|improve this question









$endgroup$

















    1












    $begingroup$


    Considering this I have tried:
    $$ P(A>B+C)=P(C<A-B)=int_0^1int_0^1 P(C<a-b|A=a, B=b),da,db =$$
    $$=int_0^1int_0^1 P(C<a-b),f_A(a),f_b(b),da,db = int_0^1int_0^1 F_C(a-b),f_A(a),f_B(b),da,db=$$
    $$=int_0^1int_0^1 (a-b) cdot 1 cdot 1 ,da,db= 0$$
    The actual answer is $frac{1}{6}$.



    I feel the mistake is to eliminate both A and B at the same time. Unfortunately I can't figure out the right solution. Any help will be higly appreciated!










    share|cite|improve this question









    $endgroup$















      1












      1








      1





      $begingroup$


      Considering this I have tried:
      $$ P(A>B+C)=P(C<A-B)=int_0^1int_0^1 P(C<a-b|A=a, B=b),da,db =$$
      $$=int_0^1int_0^1 P(C<a-b),f_A(a),f_b(b),da,db = int_0^1int_0^1 F_C(a-b),f_A(a),f_B(b),da,db=$$
      $$=int_0^1int_0^1 (a-b) cdot 1 cdot 1 ,da,db= 0$$
      The actual answer is $frac{1}{6}$.



      I feel the mistake is to eliminate both A and B at the same time. Unfortunately I can't figure out the right solution. Any help will be higly appreciated!










      share|cite|improve this question









      $endgroup$




      Considering this I have tried:
      $$ P(A>B+C)=P(C<A-B)=int_0^1int_0^1 P(C<a-b|A=a, B=b),da,db =$$
      $$=int_0^1int_0^1 P(C<a-b),f_A(a),f_b(b),da,db = int_0^1int_0^1 F_C(a-b),f_A(a),f_B(b),da,db=$$
      $$=int_0^1int_0^1 (a-b) cdot 1 cdot 1 ,da,db= 0$$
      The actual answer is $frac{1}{6}$.



      I feel the mistake is to eliminate both A and B at the same time. Unfortunately I can't figure out the right solution. Any help will be higly appreciated!







      probability






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 26 at 16:32









      gerrokgerrok

      83




      83






















          2 Answers
          2






          active

          oldest

          votes


















          0












          $begingroup$

          The error seems to be the assertion that $P(C<a-b) = F_C(a-b) = (a-b)$. This does not hold for all $(a,b) in [0,1]times[0,1]$. For example, consider $a = 0.3, b = 0.5$. In this case $a - b = -0.2$ which is not a probability. Your calculation computes the desired probability and its negative, sums them, and gets zero. To fix this, you need to be careful about the limits of integration.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Got it. Will try to figure out the right limits. Thank you!
            $endgroup$
            – gerrok
            Jan 26 at 17:11



















          2












          $begingroup$

          The desired chance is the same as the chance that $1-A>B+C$, which is the chance that $A+B+C<1$, which is the volume of a certain tetrahedron, whose vertices are $(0,0,0)$, $(0,0,1)$, $(0,1,0)$, and $(1,0,0)$. This volume is $1/3$ the height ($1$) times the area of the base ($1/2$) so the answer is $1/6$.






          share|cite|improve this answer









          $endgroup$













            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',
            autoActivateHeartbeat: false,
            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%2f3088456%2ffind-pabc-if-a-b-c-are-independent-and-uniformly-distributed-in-0-1%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









            0












            $begingroup$

            The error seems to be the assertion that $P(C<a-b) = F_C(a-b) = (a-b)$. This does not hold for all $(a,b) in [0,1]times[0,1]$. For example, consider $a = 0.3, b = 0.5$. In this case $a - b = -0.2$ which is not a probability. Your calculation computes the desired probability and its negative, sums them, and gets zero. To fix this, you need to be careful about the limits of integration.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Got it. Will try to figure out the right limits. Thank you!
              $endgroup$
              – gerrok
              Jan 26 at 17:11
















            0












            $begingroup$

            The error seems to be the assertion that $P(C<a-b) = F_C(a-b) = (a-b)$. This does not hold for all $(a,b) in [0,1]times[0,1]$. For example, consider $a = 0.3, b = 0.5$. In this case $a - b = -0.2$ which is not a probability. Your calculation computes the desired probability and its negative, sums them, and gets zero. To fix this, you need to be careful about the limits of integration.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Got it. Will try to figure out the right limits. Thank you!
              $endgroup$
              – gerrok
              Jan 26 at 17:11














            0












            0








            0





            $begingroup$

            The error seems to be the assertion that $P(C<a-b) = F_C(a-b) = (a-b)$. This does not hold for all $(a,b) in [0,1]times[0,1]$. For example, consider $a = 0.3, b = 0.5$. In this case $a - b = -0.2$ which is not a probability. Your calculation computes the desired probability and its negative, sums them, and gets zero. To fix this, you need to be careful about the limits of integration.






            share|cite|improve this answer









            $endgroup$



            The error seems to be the assertion that $P(C<a-b) = F_C(a-b) = (a-b)$. This does not hold for all $(a,b) in [0,1]times[0,1]$. For example, consider $a = 0.3, b = 0.5$. In this case $a - b = -0.2$ which is not a probability. Your calculation computes the desired probability and its negative, sums them, and gets zero. To fix this, you need to be careful about the limits of integration.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 26 at 16:51









            inhuretnakhtinhuretnakht

            38617




            38617












            • $begingroup$
              Got it. Will try to figure out the right limits. Thank you!
              $endgroup$
              – gerrok
              Jan 26 at 17:11


















            • $begingroup$
              Got it. Will try to figure out the right limits. Thank you!
              $endgroup$
              – gerrok
              Jan 26 at 17:11
















            $begingroup$
            Got it. Will try to figure out the right limits. Thank you!
            $endgroup$
            – gerrok
            Jan 26 at 17:11




            $begingroup$
            Got it. Will try to figure out the right limits. Thank you!
            $endgroup$
            – gerrok
            Jan 26 at 17:11











            2












            $begingroup$

            The desired chance is the same as the chance that $1-A>B+C$, which is the chance that $A+B+C<1$, which is the volume of a certain tetrahedron, whose vertices are $(0,0,0)$, $(0,0,1)$, $(0,1,0)$, and $(1,0,0)$. This volume is $1/3$ the height ($1$) times the area of the base ($1/2$) so the answer is $1/6$.






            share|cite|improve this answer









            $endgroup$


















              2












              $begingroup$

              The desired chance is the same as the chance that $1-A>B+C$, which is the chance that $A+B+C<1$, which is the volume of a certain tetrahedron, whose vertices are $(0,0,0)$, $(0,0,1)$, $(0,1,0)$, and $(1,0,0)$. This volume is $1/3$ the height ($1$) times the area of the base ($1/2$) so the answer is $1/6$.






              share|cite|improve this answer









              $endgroup$
















                2












                2








                2





                $begingroup$

                The desired chance is the same as the chance that $1-A>B+C$, which is the chance that $A+B+C<1$, which is the volume of a certain tetrahedron, whose vertices are $(0,0,0)$, $(0,0,1)$, $(0,1,0)$, and $(1,0,0)$. This volume is $1/3$ the height ($1$) times the area of the base ($1/2$) so the answer is $1/6$.






                share|cite|improve this answer









                $endgroup$



                The desired chance is the same as the chance that $1-A>B+C$, which is the chance that $A+B+C<1$, which is the volume of a certain tetrahedron, whose vertices are $(0,0,0)$, $(0,0,1)$, $(0,1,0)$, and $(1,0,0)$. This volume is $1/3$ the height ($1$) times the area of the base ($1/2$) so the answer is $1/6$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Jan 26 at 17:12









                kimchi loverkimchi lover

                11.4k31229




                11.4k31229






























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3088456%2ffind-pabc-if-a-b-c-are-independent-and-uniformly-distributed-in-0-1%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

                    Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                    ts Property 'filter' does not exist on type '{}'

                    mat-slide-toggle shouldn't change it's state when I click cancel in confirmation window