Home page for accesible maths 2.2 Classical probability

Style control - access keys in brackets

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

2.2.1 Binomial coefficients

The expression n!r!(n-r)! occurs as:

  • the number of permutations of n objects composed of two types with r of one type and n-r of the other

  • the number of ways of selecting r objects from n distinguishable objects.

Binomial coefficients are written (nr)=n!r!(n-r)! for r=0,1,,n and n=1,2,. We read (nr) as “n choose r”.

Example 2.17.

How many ways can 4 people be selected from 6?
(64)=6!4!2!=15

Exercise 2.18.

A coin is thrown 5 times. It shows 3 heads. How many different sequences of heads and tails are there that give three heads? List these.

Choosing three of the five coin tosses to show H can be done in (53)=10 different ways. They are

HHHTT, HHTHT, HTHHT, THHHT, HHTTH,

HTHTH, THHTH, HTTHH, THTHH, TTHHH.

Exercise 2.19.

What is the probability of throwing exactly 3 heads when you toss a coin 5 times?

Ω consists of all the sequences of H and T of length 5.
Each coin toss can be one of two outcomes, H or T.
So there are 2×2×2×2×2=25=32 different sequences of H and T.
This is the size of the sample space Ω.

We have already seen that the event we care about has size (53)=10.

So P(three heads)=10/32.