Events:
A1 : age < 20 years
A2 : age 20 - 24 years and so on.
| <20 | 20-24 | 25-29 | 30-34 | >34 | |
|---|---|---|---|---|---|
| Category Label | A1 | A2 | A3 | A4 | A5 |
| Probability | P(A1) | P(A2) | P(A3) | P(A4) | P(A5) |
In this example there are 5 categories (possible "events"). They do not overlap (there are no outcomes in common) so they are disjoint or mutually exclusive.

P(not A2) = P(A1 or A3 or A4 or A5)
P(Ai) = 1
| Men | Women | Total | |
|---|---|---|---|
| Overseas | 0.35 | ||
| Australian | ? | 0.3 | |
| Total | 0.4 |
Let us call the mutually exclusive and exhaustive events OM, OW, AM and AW.
P(W) = 1 - P(M) (complementary events)
P(W) = 1 - 0.4 = 0.6
P(W) = P(OW) + P(AW)
But P(W) = 0.6 and P(OW) = 0.35 so
P(AW) = P(W) - P(OW) = 0.6 - 0.35 = 0.25
P(A) = P(AM) + P(AW)
But P(A) = 0.3, P(AW) = 0.25
so P(AM) = P(A) - P(AW) = 0.3 - 0.25 = 0.05
i.e. 5% will be Australian born men.
| Outcome: | Head | Tail |
|---|---|---|
| Probability: | 1/2 | 1/2 |
Assume these are equally likely so each must have the probability of 1/6.
| #spots: | 1 | 2 | 3 | 4 | 5 | 6 |
|---|---|---|---|---|---|---|
| Probability: | 1/6 | 1/6 | 1/6 | 1/6 | 1/6 | 1/6 |
This is an example of a discrete uniform distribution.
0 heads (TTT)
1 head (HTT, THT, TTH)
2 heads (HHT, HTH, THH)
3 heads (HHH)
There are 8 mutually exclusive and exhaustive outcomes.
Assume these are equally likely - i.e. each has a probability of 1/8
Then P(no heads) = P(TTT) = 1/8
P(one head) = P(HTT or THT or TTH)
= P(HTT) + P(THT) + P(TTH)
= 1/8 + 1/8 + 1/8 = 3/8
Similarly for 2 or 3 heads.
The probability distribution is
| Number of heads: | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| Possibilities: | 1/8 | 3/8 | 3/8 | 1/8 |
This is an example of a binomial probability distribution.
| ... Previous page | Next page ... |