In the King and Brother problem, the easiest way is to list all of the (assumed equally probable) ways that a couple can have two children:
BB p=1/4The last of these didn't happen, so only the remaining three remain. Their probabilities are equal, so by inspection we see that in one of the three cases, the king has a brother, and in two of them, he has a sister. So, the probability that the king has a brother is 1/3. In symbols,
BG p=1/4
GB p=1/4
GG p=1/4
P(brother|king)=1/3Again, looking at the list above, we can see that considering all kinds of families, the probability that there will be a king if the royal family has two children is 3/4, that is, there will be a king in all cases except GG, in which case the oldest girl will become Queen. We also see that the probability that there is one brother in addition to the king is P(brother,king)=1/4, since that only happens in the BB case. So, using the formula for conditional probability, we can calculate
P(brother|king)=P(brother,king)/P(king)=(1/4)/(3/4)=1/3, same as above.We also got this using a tree, but I haven't figured out how to draw one and put it in the blog yet.
We found that in the case where there are three siblings, that
P(two brothers|king)=1/7We got this both by listing all cases and using the formula.
P(one brother|king)=3/7.
We also did the ordinary dice problem by listing all of the possibilities in a square array, and putting the total in each entry:
| 1 2 3 4 5 6(Sorry, this isn't coming out formatted the way I expected, I apologize).
------------------------------------
1 | 2 3 4 5 6 7
2 | 3 4 5 6 7 8
3 | 4 5 6 7 8* 9
4 | 5 6 7 8 9 10
5 | 6 7 8* 9 10 11
6 | 7 8 9 10 11 12
We noted that there are 36 entries in the table, and five of them total 8 (marked in red), so
P(total 8)=5/36We discussed why (4,4) should not be repeated twice. By coloring the dice red and green, and tossing first the red one and then the green one, we get only one (4,4) amongst the examples that total to 8.
We see that there are 11 total cases that have a five showing (row 5 and column 5). Of these, two total 8 (starred). So,
P(total 8|5 shows)=2/11Also, we just saw that there are 5 cases that total 8 (red), and of these two have a '5' showing (starred). So,
P(5 shows|total 8)=2/5We also got the last two results by using the formula for conditional probability.