Wednesday, September 1, 2021

If you are not yet confused, let's look at another family-with-two-children problem! I know that a family has two children. I see one of the children in the mall and notice that she is a girl. What is the probability that both children are girls? Again compare your result with the second part of Example 1.18. Note: Let's agree on what precisely the problem statement means. Here is a more precise statement of the problem: "A family has two children. We choose one of them at random and find out that she is a girl. What is the probability that both children are girls?"

 Problem 

If you are not yet confused, let's look at another family-with-two-children problem! I know that a family has two children. I see one of the children in the mall and notice that she is a girl. What is the probability that both children are girls? Again compare your result with the second part of Example 1.18. Note: Let's agree on what precisely the problem statement means. Here is a more precise statement of the problem: "A family has two children. We choose one of them at random and find out that she is a girl. What is the probability that both children are girls?"
  • Solution
    • Here again, we have four possibilities, GG=(girl, girl),GB,BG,BB, and P(GG)=P(GB)=P(BG)=P(BB)=14. Now, let Gr be the event that a randomly chosen child is a girl. Then we have

      P(Gr|GG)=1,
      P(Gr|GB)=P(Gr|BG)=12,
      P(Gr|BB)=0.
      We can use Bayes' rule to find P(GG|Gr):

      P(GG|Gr)=P(Gr|GG)P(GG)P(Gr)
      =P(Gr|GG)P(GG)P(Gr|GG)P(GG)+P(Gr|GB)P(GB)+P(Gr|BG)P(BG)+P(Gr|BB)P(BB)
      =1.141.14+1214+1214+0.14
      =12.

      So the answer again is different from the second part of Example 1.18. This is surprising to most people. The two problem statements look very similar but the answers are completely different. This is again similar to the previous problem (please read the explanation there). The conditional sample space here still is GG,GB,BG, but the point here is that these are not equally likely as in Example 1.18. 

    • The probability that a randomly chosen child from a family with two girls is a girl is one, while this probability for a family who has only one girl is 12. Thus, intuitively, the conditional probability of the outcome GG in this case is higher than GB and BG, and thus this conditional probability must be larger than one third.

No comments:

Post a Comment