You can keep your $100
http://en.wikipedia.org/wiki/Boy_or_Girl
The
Boy or Girl problem is a well-known example in
probability theory:
- A random two-child family whose older child is a boy is chosen. What is the probability that the younger child is a girl? (Or: choose a random two-child family assuring that the older one is a boy. What is the probability that the other one is a girl?)
- A random two-child family with at least one boy is chosen. What is the probability that it has a girl? (Or: choose a random two-child family assuring that at least one is a boy. What is the probability that the other one is a girl?)
Investigation of these questions reveals that their answers are very different:
- in the first case, there are two equally probable possibilities: the second one is a boy or a girl.
- in the second case, there are three equally probable ways in which at least one child can be a boy: only the older one, only the younger one, or both.
Second question
- A random two-child family with at least one boy is chosen. What is the probability that it has a girl?
An equivalent and perhaps clearer way of stating the problem is "Excluding the case of two girls, what is the probability that two random children are of different gender?"
Neither order nor age is important. There are four possible child combinations for a two-child family as seen in the sample space above. Three of these families meet the criteria of having at least one boy. The set of possibilities (possible combinations of children that meet the given criteria) is:
<table class="wikitable"> <tbody><tr> <th>Older child</th> <th>Younger child</th> </tr> <tr> <td><s>Girl</s></td> <td><s>Girl</s></td> </tr> <tr> <td>Girl</td> <td>Boy</td> </tr> <tr> <td>Boy</td> <td>Girl</td> </tr> <tr> <td>Boy</td> <td>Boy</td> </tr> </tbody></table>
[edit] Bayesian approach
Consider the sample space of 2-child families.
- Let X be the event that the family has one boy and one girl.
- Let Y be the event that the family has at least one boy.
- Then:
Or, the set {GB, BG, BB}, in which two out of the three possibilities includes a girl.
Therefore the probability is 2/3.