What do we mean by the “probabilty of two independent events happening together(intersection)”?












0












$begingroup$


Suppose a sample space 'S'. Suppose 'E1' and 'E2' be two event sets on 'S'. Probability of 'E1' is the sum of probabilities of all sample points which are present in 'E1' (similar for E2). If E1 and E2 are independent, then the intersection of E1 and E2 be a null set isn't it ?



I cannot understand, why we are we multiplying to find intersection probability, also since the intersection is a null set , probability should be zero ? I cannot understand where my reasoning is going wrong ?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Suppose a sample space 'S'. Suppose 'E1' and 'E2' be two event sets on 'S'. Probability of 'E1' is the sum of probabilities of all sample points which are present in 'E1' (similar for E2). If E1 and E2 are independent, then the intersection of E1 and E2 be a null set isn't it ?



    I cannot understand, why we are we multiplying to find intersection probability, also since the intersection is a null set , probability should be zero ? I cannot understand where my reasoning is going wrong ?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Suppose a sample space 'S'. Suppose 'E1' and 'E2' be two event sets on 'S'. Probability of 'E1' is the sum of probabilities of all sample points which are present in 'E1' (similar for E2). If E1 and E2 are independent, then the intersection of E1 and E2 be a null set isn't it ?



      I cannot understand, why we are we multiplying to find intersection probability, also since the intersection is a null set , probability should be zero ? I cannot understand where my reasoning is going wrong ?










      share|cite|improve this question









      $endgroup$




      Suppose a sample space 'S'. Suppose 'E1' and 'E2' be two event sets on 'S'. Probability of 'E1' is the sum of probabilities of all sample points which are present in 'E1' (similar for E2). If E1 and E2 are independent, then the intersection of E1 and E2 be a null set isn't it ?



      I cannot understand, why we are we multiplying to find intersection probability, also since the intersection is a null set , probability should be zero ? I cannot understand where my reasoning is going wrong ?







      probability






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 8 at 5:09









      Mathews GeorgeMathews George

      194




      194






















          2 Answers
          2






          active

          oldest

          votes


















          4












          $begingroup$

          Independence does not mean the intersection is a null set. It means the chance of one event is not influenced by whether the other happens or not. Let us throw a coin and a six sided die. E1 is the event that the coin comes up heads. E2 is the event the die shows a $6$. The two events are independent because the chance of heads is the same whatever the die shows and the die does not change probabilities based on the coin. E1 has probability $frac 12$, E2 has probability $frac 16$ and the chance of both is $frac 12 cdot frac 16=frac 1{12}$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            How do we define the sample space for such experiment ? Is it like this { (H,1) (T,1).....(H,6) (T,6)}
            $endgroup$
            – Mathews George
            Jan 8 at 5:20










          • $begingroup$
            Yes, it has 12 entries like you listed.
            $endgroup$
            – Ross Millikan
            Jan 8 at 5:29



















          2












          $begingroup$


          If $E_1$ and $E_2$ are independent, then the intersection of $E_1$ and $E_2$ be a null set isn't it?




          NO, it isn't. You're confusing two different concepts: independent events and mutually exclusive events. (If it's any consolation, this is an extremely common mistake among students, although I don't really understand why…)




          • If the intersection of two events is the empty set, then this is precisely the definition of these two events being mutually exclusive. Informally speaking: as the name suggests, either one of these events excludes the possibility of the other event happening.


          • But it's a completely different concept for two events to be independent. Even before we state any definition of independence, it's very important to remember that it's not the same as being mutually exclusive, i.e. it's not at all about the empty intersection, but rather it's something else and unrelated.



          Now, what does it mean for two events $A$ and $B$ to be independent? As a formula, the definition says that two events $A$ and $B$ are independent if and only if $P(Acap B)=P(A)cdot P(B)$. I'm not going to redo the whole discussion that can be found in any standard textbook and in a lot of places online (such as Wikipedia). But informally speaking, independence means that the knowledge about one of them happening or not gives us no additional information about the chances of the other one happening.



          Note that, in particular, this implies that two mutually exclusive events can't be independent. If we know that $A$ and $B$ are mutually exclusive, i.e. that $Acap B=varnothing$, and that event $A$ has happened, then event $B$ definitely cannot happen. (Strictly speaking, we also need to assume that both $P(A),P(B)neq0$ for this reasoning to work.) So knowing something about one of them gives us a lot of information about the other one — which is the exact opposite of being independent!






          share|cite|improve this answer









          $endgroup$














            Your Answer








            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%2f3065824%2fwhat-do-we-mean-by-the-probabilty-of-two-independent-events-happening-together%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









            4












            $begingroup$

            Independence does not mean the intersection is a null set. It means the chance of one event is not influenced by whether the other happens or not. Let us throw a coin and a six sided die. E1 is the event that the coin comes up heads. E2 is the event the die shows a $6$. The two events are independent because the chance of heads is the same whatever the die shows and the die does not change probabilities based on the coin. E1 has probability $frac 12$, E2 has probability $frac 16$ and the chance of both is $frac 12 cdot frac 16=frac 1{12}$






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              How do we define the sample space for such experiment ? Is it like this { (H,1) (T,1).....(H,6) (T,6)}
              $endgroup$
              – Mathews George
              Jan 8 at 5:20










            • $begingroup$
              Yes, it has 12 entries like you listed.
              $endgroup$
              – Ross Millikan
              Jan 8 at 5:29
















            4












            $begingroup$

            Independence does not mean the intersection is a null set. It means the chance of one event is not influenced by whether the other happens or not. Let us throw a coin and a six sided die. E1 is the event that the coin comes up heads. E2 is the event the die shows a $6$. The two events are independent because the chance of heads is the same whatever the die shows and the die does not change probabilities based on the coin. E1 has probability $frac 12$, E2 has probability $frac 16$ and the chance of both is $frac 12 cdot frac 16=frac 1{12}$






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              How do we define the sample space for such experiment ? Is it like this { (H,1) (T,1).....(H,6) (T,6)}
              $endgroup$
              – Mathews George
              Jan 8 at 5:20










            • $begingroup$
              Yes, it has 12 entries like you listed.
              $endgroup$
              – Ross Millikan
              Jan 8 at 5:29














            4












            4








            4





            $begingroup$

            Independence does not mean the intersection is a null set. It means the chance of one event is not influenced by whether the other happens or not. Let us throw a coin and a six sided die. E1 is the event that the coin comes up heads. E2 is the event the die shows a $6$. The two events are independent because the chance of heads is the same whatever the die shows and the die does not change probabilities based on the coin. E1 has probability $frac 12$, E2 has probability $frac 16$ and the chance of both is $frac 12 cdot frac 16=frac 1{12}$






            share|cite|improve this answer









            $endgroup$



            Independence does not mean the intersection is a null set. It means the chance of one event is not influenced by whether the other happens or not. Let us throw a coin and a six sided die. E1 is the event that the coin comes up heads. E2 is the event the die shows a $6$. The two events are independent because the chance of heads is the same whatever the die shows and the die does not change probabilities based on the coin. E1 has probability $frac 12$, E2 has probability $frac 16$ and the chance of both is $frac 12 cdot frac 16=frac 1{12}$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 8 at 5:14









            Ross MillikanRoss Millikan

            301k24200375




            301k24200375












            • $begingroup$
              How do we define the sample space for such experiment ? Is it like this { (H,1) (T,1).....(H,6) (T,6)}
              $endgroup$
              – Mathews George
              Jan 8 at 5:20










            • $begingroup$
              Yes, it has 12 entries like you listed.
              $endgroup$
              – Ross Millikan
              Jan 8 at 5:29


















            • $begingroup$
              How do we define the sample space for such experiment ? Is it like this { (H,1) (T,1).....(H,6) (T,6)}
              $endgroup$
              – Mathews George
              Jan 8 at 5:20










            • $begingroup$
              Yes, it has 12 entries like you listed.
              $endgroup$
              – Ross Millikan
              Jan 8 at 5:29
















            $begingroup$
            How do we define the sample space for such experiment ? Is it like this { (H,1) (T,1).....(H,6) (T,6)}
            $endgroup$
            – Mathews George
            Jan 8 at 5:20




            $begingroup$
            How do we define the sample space for such experiment ? Is it like this { (H,1) (T,1).....(H,6) (T,6)}
            $endgroup$
            – Mathews George
            Jan 8 at 5:20












            $begingroup$
            Yes, it has 12 entries like you listed.
            $endgroup$
            – Ross Millikan
            Jan 8 at 5:29




            $begingroup$
            Yes, it has 12 entries like you listed.
            $endgroup$
            – Ross Millikan
            Jan 8 at 5:29











            2












            $begingroup$


            If $E_1$ and $E_2$ are independent, then the intersection of $E_1$ and $E_2$ be a null set isn't it?




            NO, it isn't. You're confusing two different concepts: independent events and mutually exclusive events. (If it's any consolation, this is an extremely common mistake among students, although I don't really understand why…)




            • If the intersection of two events is the empty set, then this is precisely the definition of these two events being mutually exclusive. Informally speaking: as the name suggests, either one of these events excludes the possibility of the other event happening.


            • But it's a completely different concept for two events to be independent. Even before we state any definition of independence, it's very important to remember that it's not the same as being mutually exclusive, i.e. it's not at all about the empty intersection, but rather it's something else and unrelated.



            Now, what does it mean for two events $A$ and $B$ to be independent? As a formula, the definition says that two events $A$ and $B$ are independent if and only if $P(Acap B)=P(A)cdot P(B)$. I'm not going to redo the whole discussion that can be found in any standard textbook and in a lot of places online (such as Wikipedia). But informally speaking, independence means that the knowledge about one of them happening or not gives us no additional information about the chances of the other one happening.



            Note that, in particular, this implies that two mutually exclusive events can't be independent. If we know that $A$ and $B$ are mutually exclusive, i.e. that $Acap B=varnothing$, and that event $A$ has happened, then event $B$ definitely cannot happen. (Strictly speaking, we also need to assume that both $P(A),P(B)neq0$ for this reasoning to work.) So knowing something about one of them gives us a lot of information about the other one — which is the exact opposite of being independent!






            share|cite|improve this answer









            $endgroup$


















              2












              $begingroup$


              If $E_1$ and $E_2$ are independent, then the intersection of $E_1$ and $E_2$ be a null set isn't it?




              NO, it isn't. You're confusing two different concepts: independent events and mutually exclusive events. (If it's any consolation, this is an extremely common mistake among students, although I don't really understand why…)




              • If the intersection of two events is the empty set, then this is precisely the definition of these two events being mutually exclusive. Informally speaking: as the name suggests, either one of these events excludes the possibility of the other event happening.


              • But it's a completely different concept for two events to be independent. Even before we state any definition of independence, it's very important to remember that it's not the same as being mutually exclusive, i.e. it's not at all about the empty intersection, but rather it's something else and unrelated.



              Now, what does it mean for two events $A$ and $B$ to be independent? As a formula, the definition says that two events $A$ and $B$ are independent if and only if $P(Acap B)=P(A)cdot P(B)$. I'm not going to redo the whole discussion that can be found in any standard textbook and in a lot of places online (such as Wikipedia). But informally speaking, independence means that the knowledge about one of them happening or not gives us no additional information about the chances of the other one happening.



              Note that, in particular, this implies that two mutually exclusive events can't be independent. If we know that $A$ and $B$ are mutually exclusive, i.e. that $Acap B=varnothing$, and that event $A$ has happened, then event $B$ definitely cannot happen. (Strictly speaking, we also need to assume that both $P(A),P(B)neq0$ for this reasoning to work.) So knowing something about one of them gives us a lot of information about the other one — which is the exact opposite of being independent!






              share|cite|improve this answer









              $endgroup$
















                2












                2








                2





                $begingroup$


                If $E_1$ and $E_2$ are independent, then the intersection of $E_1$ and $E_2$ be a null set isn't it?




                NO, it isn't. You're confusing two different concepts: independent events and mutually exclusive events. (If it's any consolation, this is an extremely common mistake among students, although I don't really understand why…)




                • If the intersection of two events is the empty set, then this is precisely the definition of these two events being mutually exclusive. Informally speaking: as the name suggests, either one of these events excludes the possibility of the other event happening.


                • But it's a completely different concept for two events to be independent. Even before we state any definition of independence, it's very important to remember that it's not the same as being mutually exclusive, i.e. it's not at all about the empty intersection, but rather it's something else and unrelated.



                Now, what does it mean for two events $A$ and $B$ to be independent? As a formula, the definition says that two events $A$ and $B$ are independent if and only if $P(Acap B)=P(A)cdot P(B)$. I'm not going to redo the whole discussion that can be found in any standard textbook and in a lot of places online (such as Wikipedia). But informally speaking, independence means that the knowledge about one of them happening or not gives us no additional information about the chances of the other one happening.



                Note that, in particular, this implies that two mutually exclusive events can't be independent. If we know that $A$ and $B$ are mutually exclusive, i.e. that $Acap B=varnothing$, and that event $A$ has happened, then event $B$ definitely cannot happen. (Strictly speaking, we also need to assume that both $P(A),P(B)neq0$ for this reasoning to work.) So knowing something about one of them gives us a lot of information about the other one — which is the exact opposite of being independent!






                share|cite|improve this answer









                $endgroup$




                If $E_1$ and $E_2$ are independent, then the intersection of $E_1$ and $E_2$ be a null set isn't it?




                NO, it isn't. You're confusing two different concepts: independent events and mutually exclusive events. (If it's any consolation, this is an extremely common mistake among students, although I don't really understand why…)




                • If the intersection of two events is the empty set, then this is precisely the definition of these two events being mutually exclusive. Informally speaking: as the name suggests, either one of these events excludes the possibility of the other event happening.


                • But it's a completely different concept for two events to be independent. Even before we state any definition of independence, it's very important to remember that it's not the same as being mutually exclusive, i.e. it's not at all about the empty intersection, but rather it's something else and unrelated.



                Now, what does it mean for two events $A$ and $B$ to be independent? As a formula, the definition says that two events $A$ and $B$ are independent if and only if $P(Acap B)=P(A)cdot P(B)$. I'm not going to redo the whole discussion that can be found in any standard textbook and in a lot of places online (such as Wikipedia). But informally speaking, independence means that the knowledge about one of them happening or not gives us no additional information about the chances of the other one happening.



                Note that, in particular, this implies that two mutually exclusive events can't be independent. If we know that $A$ and $B$ are mutually exclusive, i.e. that $Acap B=varnothing$, and that event $A$ has happened, then event $B$ definitely cannot happen. (Strictly speaking, we also need to assume that both $P(A),P(B)neq0$ for this reasoning to work.) So knowing something about one of them gives us a lot of information about the other one — which is the exact opposite of being independent!







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Jan 8 at 6:05









                zipirovichzipirovich

                11.4k11731




                11.4k11731






























                    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%2f3065824%2fwhat-do-we-mean-by-the-probabilty-of-two-independent-events-happening-together%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

                    To store a contact into the json file from server.js file using a class in NodeJS

                    Redirect URL with Chrome Remote Debugging Android Devices

                    Dieringhausen