The Emory Harrison family of Tennessee had 13 boys. What is the probability of a 13-child family having 13 boys?

1 Answer
May 1, 2016

If the probability of giving birth a boy is pp, then the probability to have NN boys in a row is p^NpN.
For p=1/2p=12 and N=13N=13, it is (1/2)^13(12)13

Explanation:

Consider a random experiment with only two possible outcomes (it's called Bernoulli experiment). In our case the experiment is the birth of a child by a woman, and two outcomes are "boy" with probability pp or "girl" with probability 1-p1p (the sum of probabilities must be equal to 11).

When two identical experiments are repeated in a row independently from each other, the set of possible outcomes is expanding. Now there are four of them: "boy/boy", "boy/girl", "girl/boy" and "girl/girl". The corresponding probabilities are:
P("boy/boy") = p * p=pp
P("boy/girl") = p * (1-p)=p(1p)
P("girl/boy") = (1-p) * p=(1p)p
P("girl/girl") = (1-p) * (1-p)=(1p)(1p)
Notice that the sum of all above probabilities equals to 11, as it should.
In particular, probability of "boy/boy" is p^2p2.

Analogously, there are 2^N2N outcomes of NN experiments in a row with the probability NN "boy" results equal to p^NpN.

For detailed information on Bernoulli experiments we can recommend to study this material on UNIZOR by following links to Probability - Binary Distributions - Bernoulli.