The Boy or Girl Paradox explained
The Boy or Girl Paradox (also called the Two-Child Problem, popularized by Martin Gardner in Scientific American in 1959) asks a question that sounds trivial but has a counter-intuitive answer. A family has two children. You learn that at least one of them is a boy. What is the probability that both children are boys? Most people say 1/2. The correct answer, under the standard assumptions, is 1/3.
The "paradox" is not a contradiction in mathematics — it is a mismatch between careful conditional probability and everyday intuition. The answer also depends sharply on exactly how you learned the information, which is why the same puzzle can legitimately have the answer 1/3 in one wording and 1/2 in another.
Why the answer is 1/3
Assume each child is independently a boy or a girl with equal probability, and list the two children in birth order. There are four equally likely outcomes: BB, BG, GB, GG, each with probability 1/4. The information "at least one child is a boy" is true for BB, BG, and GB, and rules out only GG. Among those three remaining, equally likely cases, both children are boys in exactly one (BB). So:
P(both boys | at least one boy) = 1 / 3 ≈ 33.33%
The intuition that says 1/2 quietly imagines a single "other" child who is equally likely to be a boy or girl. But the condition "at least one boy" does not point at a specific child, so it cannot be reduced to a single coin flip.
When the answer becomes 1/2
Now change the wording: "The family has two children. The older child is a boy. What is the probability both are boys?" Naming a specific child (the older one) eliminates GG and GB, leaving only BB and BG. Both are boys in one of two equally likely cases:
P(both boys | older child is a boy) = 1 / 2 = 50%
The lesson: identifying a particular child ("the older," "the one at the door," "the one named after his father") gives strictly more information than "at least one," and pushes the probability up from 1/3 to 1/2.
The general formula for any boy-birth probability
Real births are not exactly 50/50 — human sex ratios at birth run closer to 51% boys. If a single birth is a boy with probability p (and a girl with probability q = 1 − p), the two conditional probabilities generalize cleanly:
- Given at least one boy: P(both boys) = p² / (1 − q²) = p / (2 − p). At p = 0.5 this is 0.5 / 1.5 = 1/3; at p = 0.51 it is about 0.3423.
- Given a specific child is a boy: P(both boys) = p, because the other child is still an independent birth.
This calculator computes both, along with the unconditional P(both boys) = p² and P(at least one boy) = 1 − q², so you can see exactly how the conditioning reshapes the numbers.
The "Tuesday boy" variant
A famous extension adds a seemingly irrelevant detail: "One is a boy born on a Tuesday." Surprisingly, this shifts the answer to 13/27 ≈ 48.1% — much closer to 1/2. The extra detail makes the boy more "specific," which (as with naming the older child) nudges the probability upward. It is the same mechanism as the 1/3-versus-1/2 gap, taken one step further, and it shows how sensitive these problems are to precise wording.