Here is an interesting question my friend brought up:
You are invited to a family party. A Boy opens the door for you. There are two children there. What is the probability that a boy opens door for you next time?
This is my solution:
$$P(\text{boy second time | boy first time}) = \frac{P(\text{boy both time)}}{P(\text{boy first time)}}$$ $$=\frac{1/3+1/3*1/2*1/2+1/3*1/2*1/2}{1/3+1/3*1/2+1/3*1/2}=3/4$$
The $1/3$ comes from the fact that given we have one boy already so the combination can only be {boy, girl}, {girl, boy}, {boy, boy}. The 1/2 comes from for each time there is a 1/2 probability that a boy will open the door if there is one boy one girl.
Is my calculation correct? I feel not confident about the 1/3 argument.
Edited: @Rolf proposed another point that actually the probability of two boys and one boy/one girl should be 1/2, not 1/3 each. Edited again: Actually there are two approaches, as shown below. The key is to whether to assume the prior or not in the calculation.
There's definitely one boy, so half of the possibilities have a probability of one:
$$\frac{1}{2}\times 1=\frac{1}{2}$$
Assuming an equal chance of either boy or girl, the other half will have an equal chance of being a boy:
$$\frac{1}{2}\times \frac{1}{2}=\frac{1}{4}$$
Add them:
$$\frac{1}{2}+ \frac{1}{4}=\mathbf{\frac{3}{4}}$$
Done.