Why does my approach to the birthday problem(with 3 people) produce a wrong result?












1












$begingroup$


I'm trying to calculate the probability that at least two people out of three have the same birthday (simplified Birthday Problem). I know that calculating it using the complementary event is easiest, but I want to calculate it directly. So here's an approach that works:



$P(A) = 3cdotfrac{1}{356}cdotfrac{364}{356} + frac{1}{365^2}$
where I account for the three ways 2 people can have the same birthday and the other a different birthday and plus for the event that all three have the same birthday which has a probability of $frac{1}{365^2}$.



But here's a calculation that doesn't work: Let's first define the events:



$E_{1}:$ person 1 and person 2 have the same birthday.



$E_{2}:$ person 1 and person 3 have the same birthday.



$E_{3}:$ person 2 and person 3 have the same birthday.



Now we can calculate the probability of at least two people having the same birthday as:
$$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



with $P(E_{i}) = frac{1}{365}$ , $P(E_{i}cap E_{j}) = frac{1}{365^2}$ and $P(E_{1}cap E_{2} cap E_{3}) = frac{1}{365^2}$



but this produces the wrong answer 0.008189153 instead of the correct one: 0.008204165.



Why does the second calculation produce a wrong answer? What am I not taking into consideration?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Why did you subtract $P(E_1 cap E_2 cap E_3)$? You should have added it.
    $endgroup$
    – fleablood
    Dec 21 '18 at 17:30
















1












$begingroup$


I'm trying to calculate the probability that at least two people out of three have the same birthday (simplified Birthday Problem). I know that calculating it using the complementary event is easiest, but I want to calculate it directly. So here's an approach that works:



$P(A) = 3cdotfrac{1}{356}cdotfrac{364}{356} + frac{1}{365^2}$
where I account for the three ways 2 people can have the same birthday and the other a different birthday and plus for the event that all three have the same birthday which has a probability of $frac{1}{365^2}$.



But here's a calculation that doesn't work: Let's first define the events:



$E_{1}:$ person 1 and person 2 have the same birthday.



$E_{2}:$ person 1 and person 3 have the same birthday.



$E_{3}:$ person 2 and person 3 have the same birthday.



Now we can calculate the probability of at least two people having the same birthday as:
$$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



with $P(E_{i}) = frac{1}{365}$ , $P(E_{i}cap E_{j}) = frac{1}{365^2}$ and $P(E_{1}cap E_{2} cap E_{3}) = frac{1}{365^2}$



but this produces the wrong answer 0.008189153 instead of the correct one: 0.008204165.



Why does the second calculation produce a wrong answer? What am I not taking into consideration?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Why did you subtract $P(E_1 cap E_2 cap E_3)$? You should have added it.
    $endgroup$
    – fleablood
    Dec 21 '18 at 17:30














1












1








1


1



$begingroup$


I'm trying to calculate the probability that at least two people out of three have the same birthday (simplified Birthday Problem). I know that calculating it using the complementary event is easiest, but I want to calculate it directly. So here's an approach that works:



$P(A) = 3cdotfrac{1}{356}cdotfrac{364}{356} + frac{1}{365^2}$
where I account for the three ways 2 people can have the same birthday and the other a different birthday and plus for the event that all three have the same birthday which has a probability of $frac{1}{365^2}$.



But here's a calculation that doesn't work: Let's first define the events:



$E_{1}:$ person 1 and person 2 have the same birthday.



$E_{2}:$ person 1 and person 3 have the same birthday.



$E_{3}:$ person 2 and person 3 have the same birthday.



Now we can calculate the probability of at least two people having the same birthday as:
$$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



with $P(E_{i}) = frac{1}{365}$ , $P(E_{i}cap E_{j}) = frac{1}{365^2}$ and $P(E_{1}cap E_{2} cap E_{3}) = frac{1}{365^2}$



but this produces the wrong answer 0.008189153 instead of the correct one: 0.008204165.



Why does the second calculation produce a wrong answer? What am I not taking into consideration?










share|cite|improve this question









$endgroup$




I'm trying to calculate the probability that at least two people out of three have the same birthday (simplified Birthday Problem). I know that calculating it using the complementary event is easiest, but I want to calculate it directly. So here's an approach that works:



$P(A) = 3cdotfrac{1}{356}cdotfrac{364}{356} + frac{1}{365^2}$
where I account for the three ways 2 people can have the same birthday and the other a different birthday and plus for the event that all three have the same birthday which has a probability of $frac{1}{365^2}$.



But here's a calculation that doesn't work: Let's first define the events:



$E_{1}:$ person 1 and person 2 have the same birthday.



$E_{2}:$ person 1 and person 3 have the same birthday.



$E_{3}:$ person 2 and person 3 have the same birthday.



Now we can calculate the probability of at least two people having the same birthday as:
$$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



with $P(E_{i}) = frac{1}{365}$ , $P(E_{i}cap E_{j}) = frac{1}{365^2}$ and $P(E_{1}cap E_{2} cap E_{3}) = frac{1}{365^2}$



but this produces the wrong answer 0.008189153 instead of the correct one: 0.008204165.



Why does the second calculation produce a wrong answer? What am I not taking into consideration?







probability birthday






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 21 '18 at 17:14









user3071028user3071028

826




826








  • 1




    $begingroup$
    Why did you subtract $P(E_1 cap E_2 cap E_3)$? You should have added it.
    $endgroup$
    – fleablood
    Dec 21 '18 at 17:30














  • 1




    $begingroup$
    Why did you subtract $P(E_1 cap E_2 cap E_3)$? You should have added it.
    $endgroup$
    – fleablood
    Dec 21 '18 at 17:30








1




1




$begingroup$
Why did you subtract $P(E_1 cap E_2 cap E_3)$? You should have added it.
$endgroup$
– fleablood
Dec 21 '18 at 17:30




$begingroup$
Why did you subtract $P(E_1 cap E_2 cap E_3)$? You should have added it.
$endgroup$
– fleablood
Dec 21 '18 at 17:30










1 Answer
1






active

oldest

votes


















4












$begingroup$

You have done your inclusion-exclusion principle incorrectly. Instead of:



$$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



It should have been:



$$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) color{red}+ P(E_{1}cap E_{2}cap E_{3}) $$






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%2f3048715%2fwhy-does-my-approach-to-the-birthday-problemwith-3-people-produce-a-wrong-resu%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4












    $begingroup$

    You have done your inclusion-exclusion principle incorrectly. Instead of:



    $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



    It should have been:



    $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) color{red}+ P(E_{1}cap E_{2}cap E_{3}) $$






    share|cite|improve this answer











    $endgroup$


















      4












      $begingroup$

      You have done your inclusion-exclusion principle incorrectly. Instead of:



      $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



      It should have been:



      $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) color{red}+ P(E_{1}cap E_{2}cap E_{3}) $$






      share|cite|improve this answer











      $endgroup$
















        4












        4








        4





        $begingroup$

        You have done your inclusion-exclusion principle incorrectly. Instead of:



        $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



        It should have been:



        $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) color{red}+ P(E_{1}cap E_{2}cap E_{3}) $$






        share|cite|improve this answer











        $endgroup$



        You have done your inclusion-exclusion principle incorrectly. Instead of:



        $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) - P(E_{1}cap E_{2}cap E_{3}) $$



        It should have been:



        $$P(E_{1}cup E_{2}cup E_{3}) = P(E_{1}) + P(E_{2}) + P(E_{3}) - P(E_{1}cap E_{2}) - P(E_{1}cap E_{3}) - P(E_{2}cap E_{3}) color{red}+ P(E_{1}cap E_{2}cap E_{3}) $$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Dec 21 '18 at 17:38









        Bram28

        63.2k44793




        63.2k44793










        answered Dec 21 '18 at 17:19









        DubsDubs

        55926




        55926






























            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%2f3048715%2fwhy-does-my-approach-to-the-birthday-problemwith-3-people-produce-a-wrong-resu%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

            How do I know what Microsoft account the skydrive app is syncing to?

            When does type information flow backwards in C++?

            Grease: Live!