女儿还是儿子
Daughter or Son
题目详情
设每个孩子性别独立且男/女各 。回答三问:
- 我有两个孩子,且已知 小的那个是女孩。两个都是女孩的概率?
- 我有两个孩子,且已知 至少有一个是男孩。两个都是男孩的概率?
- 我有两个孩子,记为 ,且已知 是女孩。两个都是女孩的概率?
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?
Hint
(1) and (3) are same. (2) is different.
解析
答案分别为:
解释:
- 第 1 问与第 3 问都固定了“某个特定孩子”的性别,剩余那个孩子独立地以 为女孩。
- 第 2 问只给出“至少一个男孩”的集合条件,样本空间是 $ {BB,BG,GB}1/3$。
Original Explanation
1/2, 1/3, 1/2
Solution
- 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,