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.2 The laws of probability

Those statements of probability known as rules, lemmas, theorems or laws, are statements that can be derived by mathematical deduction from the axioms. They are consequences of the axioms and while the axioms themselves are accepted on faith, the laws need to be justified.

Theorem 3.4 (The law of complementary events).
P(Ac)=1-P(A).
Proof.
  • Ω=AAc [either the event A or the event Ac must happen, they are exhaustive];

  • Using axiom 2 we have 1=P(Ω)=P(AAc).

  • But P(AAc)=P(A)+P(Ac) by axiom 3, as A and Ac are exclusive.

  • So 1=P(A)+P(Ac).

  • Rearranging this expression completes the proof.


Exercise 3.5.

A fair coin is thrown 3 times. What is the probability that at least one H occurs?

Solution.

Let A be the event that at least one H occurs.
Then Ac is the event no Hs occur.
P(Ac)=P(no H)=P({TTT})=1/8.
P(A)=1-P(Ac)=1-1/8=7/8.

Exercise 3.6.

Show that P()=0.

Solution.

By the law of complementary events and axiom 2,

P() = 1-P(c)
= 1-P(Ω)
= 1-1=0.

The law of complementary events is a useful way to consider single properties. However it provides no mechanism for dealing with two events simultaneously, such as an individual being numerate and literate. The first useful law for combining knowledge about more than one event is:

Theorem 3.7 (The partition law).
P(A)=P(AB)+P(ABc).
Proof.

Consider the Venn diagram:

missingABABABc

Write A=(AB)(ABc).
Note also that (AB)(ABc)=.
So AB and ABc are exclusive.
Using axiom 3,

P(A)=P(AB)+P(ABc).

Exercise 3.8.

If a randomly selected individual is

  • illiterate and innumerate with probability 0.1,

  • illiterate and numerate with probability 0.2,

  • literate and innumerate with probability 0.3 and is

  • literate and numerate with probability 0.4,

then find the probability the individual selected is literate, and the probability the individual is illiterate.

Solution.

Let A denote the event that the selected individual is literate and B denote numerate.

P(literate) = P(A)
= P(AB)+P(ABc)
= 0.4+0.3=0.7
P(illiterate) = P(Ac)
= 1-P(A)=0.3.

Of all the laws of probability the addition law is the best known:

Theorem 3.9 (The addition law).
P(AB)=P(A)+P(B)-P(AB).
Proof.

Consider the Venn diagram:

missingABAcBABABc

We can see that

AB=A(BAc).

As A and BAc are exclusive, using axiom 3,

P(AB)=P(A)+P(BAc).

But by the partition law

P(B)=P(BA)+P(BAc).

So substituting

P(AB)=P(A)+P(B)-P(BA).

Exercise 3.10.

A fair die is thrown twice. Let the event A denote an even number on the first throw, and let B denote an even number on the second. Find the probability of at least one even number.

A diagrammatic representation of the sample space makes this clearer:

second throw: 2 4 6 1 3 5
first throw 5 b b b * * *
3 b b b * * *
1 b b b * * *
6 ab ab ab a a a
4 ab ab ab a a a
2 ab ab ab a a a

Each point is equally probable.

Solution.
P(AB) = P(A)+P(B)-P(BA)
= 18/36+18/36-9/36
= 3/4.

The laws of probability are well illustrated in a 2×2 table:

BBctotallawAP(AB)P(ABc)P(A)partitionAcP(AcB)P(AcBc)P(Ac)totalP(B)P(Bc)1complementary events

Exercise 3.11.

Show that P(AcBc)=1-P(A)-P(B)+P(AB).

[Hint: AcBc=(AB)c]

Solution.
P(AcBc) = P((AB)c)
= 1-P(AB),
= 1-P(A)-P(B)+P(BA).