Boy or Girl Paradox Calculator

In a two-child family with at least one boy, the chance both are boys is 1/3 — not 1/2. See both framings side by side for any boy-birth probability.

Quick Facts

Method
Conditional probability over the four equally likely birth orders (BB, BG, GB, GG)
"At least one boy" gives P(both boys) = p/(2−p); "the older is a boy" gives p. With p = 0.5 these are 1/3 and 1/2.

Your Results

Calculated
Both boys, given at least one boy
-
The paradox answer (1/3 when p = 0.5)
Both boys, given the older is a boy
-
A specific child is named (1/2 when p = 0.5)
P(at least one boy)
-
Families that satisfy the condition
Both boys (no condition)
-
Unconditional baseline, p²

Ready

Enter the boy-birth probability and press Calculate.

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.

Frequently Asked Questions

Why is the answer 1/3 and not 1/2?
A two-child family has four equally likely birth orders: BB, BG, GB, GG. Knowing at least one child is a boy eliminates only GG, leaving BB, BG, GB. Both children are boys in exactly one of those three surviving cases, so the probability is 1/3. The 1/2 intuition wrongly treats the "other" child as a single independent coin flip.
When does the answer become 1/2 instead?
When you name a specific child rather than saying "at least one." If you are told the older (or first-born) child is a boy, only BB and BG remain, so P(both boys) = 1/2. Identifying a particular child gives more information than "at least one boy" and raises the probability.
Does the real-world sex ratio change the answer?
Slightly. The human sex ratio at birth is roughly 51% boys, not exactly 50%. Using p = 0.51, "given at least one boy" gives p/(2−p) ≈ 0.3423 instead of 1/3, and "given a specific child is a boy" gives 0.51 instead of 0.50. The gap between the two framings persists at any p between 0 and 1.
Is this the same as the Monty Hall problem?
They share a theme — conditional probability defies intuition — but they are different problems. Monty Hall hinges on the host deliberately revealing a losing door, which injects information. The Boy or Girl Paradox hinges only on how the "at least one boy" fact is phrased. Both punish the reflex of assuming two options are equally likely without checking the sample space.