Home page for accesible maths 3 The axiomatic approach

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

3.5 Independent events

In the previous section we saw that P(A|B), the conditional probability of A given B, was in general not equal to P(A), the unconditional probability of A. In the special case when

P(A|B)=P(A),

we say that A is independent of B. Independence means that knowing that the event B has occurred does not change the chance that A will occur.

Note that, using the definitions of conditional probability, P(AB)=P(A|B)P(B) so if A is independent of B, then P(AB)=P(A)P(B). We therefore get the following equivalent definition of independence.

A and B are independent events if and only if P(AB)=P(A)P(B).

Exercise 3.23.

If two coins are thrown and the four possible outcomes are equally likely, show that the events “Head on first coin” and “Head on second coin” are independent.

Solution.
Ω = {H1H2,H1T2,T1H2,T1T2}
P(H on first) = P({H1H2,H1T2})=24=12
P(H on second) = P({H1H2,T1H2})=24=12
P(H on both) = P({H1H2})=14.

We observe

P(H on both) = P(H on first)P(H on second)

so independent.

Similar calculations show the independence of any pair of events with one referring to the first coin and the other to the second coin.

Example 3.24.

The unfair coin. Suppose that the coin is biased and that the probability of a head occurring on any throw is θ, which can be any number between 0 and 1. Use independence to determine the probabilities of the 4 outcomes when throwing the coin twice.

Solution.
Ω = {H1H2,H1T2,T1H2,T1T2}
P({H1H2}) = P({H1})P({H2})=θθ=θ2
P({H1T2}) = P({H1})P({T2})=θ(1-θ)
P({T1H2}) = P({T1})P({H2})=(1-θ)θ
P({T1T2}) = P({T1})P({T2})=(1-θ)(1-θ)=(1-θ)2.

Note: when θ=1/2 each of the above is 1/4.

Exercise 3.25.

Suppose that the probability of mothers being hypertensive (high blood pressure) is 0.1 and fathers is 0.2. Find the probability of a child’s parents both being hypertensive, assuming both events are independent.

Solution.
P(both H) = P(mother H)P(father H)
= 0.1×0.2=0.02

Note: we would expect these two events to be independent if the primary determinants of hypertensivity were genetic, however if the primary determinants were environmental then we might expect the two events not to be independent.

Exercise 3.26.

If P(A)=0.2 and P(B)=0.3 find P(AB) if

  1. i.

    A and B are independent,

  2. ii.

    A and B are exclusive.

Solution.
  1. i.

    P(AB)=P(A)P(B)=(0.2)(0.3)=0.06

  2. ii.

    P(AB)=P()=0.

Exercise 3.27.

Consider all mother and their first child’s blood pressure measurements. Let A={mother’s DBP95} and B={child’s DBP80}. Suppose we know that P(A)=0.1, P(B)=0.2 and P(AB)=0.05. Are mother and child’s blood pressures independent?

Solution.
A indep B P(AB)=P(A)P(B).

But 0.050.1×0.2 so not independent.

Example 3.28.

Suppose that eye colours are only blue or green. Suppose also that there is a simple genetic coding for this: if both your eye colour alleles are G then you have green eyes, otherwise you have blue eyes. Suppose each allele is G with probability 0.1 (and you may assume independence). What is the probability that a random population member has green eyes? What is the probability that two randomly selected (unrelated) people both have green eyes?

Solution.

For an individual to have green eyes, both alleles must be G. By independence,

P(GG)=110110=1100.

For two independent individuals, again by independence, we calculate

P(both green)=P(GG)P(GG)=11001100=110000.

Genes are passed from parent to child — each parent passes a randomly selected one of their two alleles to the child. If both parents have green eyes, what is the eye colour of the child?

Solution.

Both parents are GG, both pass a G to the child, the child is GG and has green eyes.

Suppose we don’t know the parents’ eye colour, but we know a brother had green eyes. What can we now say about the probability of the subject having green eyes? What about the probability of a pair of brothers having green eyes?

Solution.

If we know the brother has green eyes, then each parent had at least one G allele.
Since each parent passes this G allele to the subject with probability 1/2, the probability that each parent passes a G to the child is at least 1/2.
Hence

P(GG|brother GG)1212=14.

Now

P(two brothers GG) = P(brother one GG)P(brother two GG|brother one GG)
110014
= 1400.

Note that if the population prevalence of G is much smaller than 1/10, then P(GG) decreases significantly, but the calculation for P(GG|brotherGG) is unchanged. This is relevant to the sad case of Sally Clark http://en.wikipedia.org/wiki/Sally_Clark, in which a statistically illiterate doctor used independence of siblings’ cot death to convict her incorrectly of murdering her babies. If we swap “green eyes” for “suffers cot death”, then essentially the doctor took P(G)=1/92. Calculate the probabilities of two independent people, and two siblings, having green eyes with these numbers. The extreme low probability under independence was used as evidence to convict (which itself is known as the Prosecutor’s Fallacy).