easy puzzles
easy | probability |
This is a 3 part question. Assume the gender of a child can be either Boy or Girl, equally likely.
-
Suppose I have two children. Younger one is a girl. What is the probability that both children are girls?
-
Suppose I have two children, and atleast one of them is a boy. Find the probability that both of them are boys.
-
Suppose I have two kids, lets call them X and Y. Suppose X is a girl. What is the probability that I have two daughters?
(1) and (3) are same. (2) is different.
1/2, 1/3, 1/2
- Since it is already known that younger one is a girl, we just need the probability that older one is also a girl. This is simply since both genders are equally likely as per the assumption in the question.
- Without any information, there are 4 equally likely possibilities (BB, BG, GB, GG) for the genders of the two children. Since atleast-one of them is a boy, we can remove the GG case from our sample space. Now there are 3 possibilities, and all three are equally likely, hence the probability that both the children are girls is
- This is counter-intuitive. One might say that since the names (X, Y) were anonymous, this problem should have been same as the second problem. But it turns out that there is indeed some extra information, which changes the probability. Author has actually fixed a person (X), and X's gender is "G" from now on. Thus we only need to find the probability that Y's gender is "G".
It still confuses me how statment (2) and statement (3) are different statements, leading to different outcomes. Statement (1) is equivalent to statement (3).
Conditional Probability
We can also calculate the second answer using conditional probability. We can denote:
: the event that at least one child is a boy.
: the event that both children are boys.
We want to find the probability of event , given that has ocurred. Using conditional probability formula:
Here (both and are true when is true)
(amongst 4 equally likely cases, 3 are favourable)
overall,