3.4 Binomial Distribution
3.4 Binomial Distribution
4
The Binomial Distribution
1. Some experiments can produce only two possible outcomes, i.e. a success or a failure.
For instance, when a coin is thrown, only two outcomes are possible, a ‘head’ or a ‘tail’.
If the event ‘getting a head’ is considered a success, then the event ‘getting a tail’ is a failure.
In general, a success means an event occurs, while a failure means the event does not occur. Such
similar experiments are called Bernoulli experiments or Bernoulli trials.
If p is the probability of an event occurring (a success) and q is the probability of the event not
occurring (a failure), then p q 1 . This is understandable because any events A and A are
exhaustive events that are mutually exclusive.
Such probability distribution is called the Binomial distribution, represented by X B(n, p).
We say that X is binomially distributed with parameters n and p.
Page 1 of 2
Worksheet 3.4
5. For example, if X B(8, 0.2),
P(X = 0) = 8C0(0.2)0(0.8)8 = 0.88 = 0.168. {Note: nC0 = 1, for any positive integer n
and a0 = 1, for any real value a 0.}
P(X = 1) = 8C1(0.2)1(0.8)7 = 8(0.2)(0.8)7 {Note: nC1 = n, for any positive integer n
= 0.336 and a1 = a, for any real value a.}
P(X = 5) = 8C5(0.2)5(0.8)3 = 0.00918
P(X = 8) = 8C8(0.2)8(0.8)0 = 0.28 {Note: nCn = 1, for any positive integer n.}
= 0.00000256
P(3 < X ≤ 6) = P(X = 4) + P(X = 5) + P(X = 6)
= 8C4(0.2)4(0.8)4 + 8C5(0.2)5(0.8)3 + 8C6(0.2)6(0.8)2
= 0.0562
___________________________________________________________________________________
Mean and Variance
If a random variable X has a binomial distribution, that is X B(n, p), then the expectation or mean of
X is np and the variance of X is npq, with q = 1 – p.
That is, for X B(n, p), E(X) = np and Var(X) = npq.
___________________________________________________________________________________
Examples
1. A basketball team consists of 5 players. It may be assumed that, on every occasion, the probability
of any one of the regular members of the team being unavailable for selection is 20%,
independently of all other members. Find the probability that, on a particular occasion,
2. During a multiple-choice mathematics exam, a weak student guesses the answer to each of the 20
questions. Given that each question offers five alternative answers, only one of which is correct.
Find the mean and standard deviation of the number of correct answers obtained.
3. Given X B(n, p) with mean 3.2 and standard deviation 0.8. Find the values of n and p. Hence,
find P(X = 1).
Page 2 of 2