Brainteasers & Puzzles

The Girl at the Door

I have two children and a girl answers the door. Is the chance that both are girls one third, as the classic version says, or has meeting her changed something?

solvedmedium1 min

I tell you I have two children and that one of them is a girl. You knock on my door and a girl greets you, whom you correctly take to be my daughter. What is the probability that I have two girls? Compare it with the version where you are only told that at least one child is a girl.

Reveal solutionHide solution

#The four equally likely families

With two children the genders are BB,BG,GB,GGBB, BG, GB, GG, each with probability 14\tfrac14.

#Only being told at least one is a girl

This bare fact rules out BBBB and leaves BG,GB,GGBG, GB, GG equally likely, so

P(GGat least one girl)=13.(1)\PP(GG \mid \text{at least one girl}) = \tfrac13. \tag{1}

#Meeting a girl at the door

Now you see one particular child, effectively drawn at random, and she is a girl. The chance of that is 00 from BBBB, 12\tfrac12 from BGBG and from GBGB, and 11 from GGGG. By Bayes,

P(GGmet a girl)=141140+1412+1412+141=1412=12.(2)\PP(GG \mid \text{met a girl}) = \frac{\tfrac14 \cdot 1}{\tfrac14 \cdot 0 + \tfrac14 \cdot \tfrac12 + \tfrac14 \cdot \tfrac12 + \tfrac14 \cdot 1} = \frac{\tfrac14}{\tfrac12} = \tfrac12. \tag{2}
familysends a girlBB
BG
GB
GG
All four families are equally likely, but they are not equally likely to send a girl to the door. Weighting each by that chance, zero up to one, makes the two-girl family worth a half of the girl-answered cases, not the third you get from the bare fact alone.

#Why they differ

Meeting a specific daughter carries more information than the bare existence of a girl. A two-girl family is twice as likely to send a girl to the door as a one-girl family, and that extra weight lifts the answer from 13\tfrac13 to 12\tfrac12.

#Result

The girl at the door makes it 12\tfrac12, against 13\tfrac13 when you are merely told at least one child is a girl. Same headline fact, different conditioning, different answer.