Applications of Binomial Distribution
Applications of Binomial Distribution
Applications of Binomial Distribution
This is the general formula for the binomial probability distribution. We shall see how to apply
this formula in the next section, and you will find that it is not quite as fearsome as it may look
at first.
© ABE
Binomial and Poisson Distributions 183
Example 2:
It has been found that, on average, 5% of the eggs supplied to a supermarket are cracked. If
you buy a box of 6 eggs, what is the probability that it contains 2 or more cracked eggs?
An egg is either cracked or not cracked:
P(cracked) = 5% = 0.05 = P(success) = p
P(not cracked) = 1 − p = 1 − 0.05 = 0.95 = (failure)
We have a box of 6 eggs, so n = 6.
Probability of 2 or more cracked eggs in a box:
= 1 − probability of less than 2 cracked eggs in a box
= 1 − probability of 0 or 1 cracked eggs in a box
= 1 − [P(0) + P(1)].
P(0) = nC0p0(1 − p)n–0 = (1 − p)n = (0.95)6 = 0.7351
n!
P(1) = nC1p1(1 − p)n–1 = p(1 − p)n−1
(n − 1)! 1!
6!
= (0.05)(0.95)5 = 6(0.05)(0.95)5 = 0.2321
5!
Therefore, probability of 2 or more cracked eggs in a box:
= 1 − (0.7351 + 0.2321)
= 1 − 0.9672
= 0.0328 = 0.033 to 3 decimal places.
Example 3:
A retail sales manager will accept delivery of a large consignment of goods if a random
sample of 10 items contains no defectives. If 3% of the producer's total output is defective,
what is the probability that delivery of a consignment will be accepted? How would the
situation change if the random sample were of only 5 items?
An item is either defective or non-defective. Therefore:
P(defective) = 3% = 0.03 = P(success) = p
P(non-defective) = 1 − p = 1 − 0.03 = 0.97 = P(failure).
First, the manager takes a sample of 10, so n = 10.
We require the probability that this sample contains no defectives, i.e. P(0):
P(0) = nC0p0(1 − p)n–0 = (1 − p)n
= (0.97)10
= 0.7374 to 4 decimal places.
Therefore, probability that a delivery will be accepted is 0.7374
Secondly, consider a sample of 5.
P(0) = (1 − p)n = (0.97)5 = 0.8587 to 4 decimal places.
Therefore, probability that delivery will be accepted is 0.8587, which is higher than when a
larger sample was taken.
© ABE
184 Binomial and Poisson Distributions
Notes
1. One of the conditions for using the binomial distribution is that the chance of success,
p, must be constant throughout the series of trials. This means that if we are, say,
taking items from a batch and not replacing them before the next item is taken, then the
binomial distribution does not apply because the batch is fractionally smaller (by 1 item
each time). In practice, however, when the batch from which a sample is being taken is
very large compared with the sample, the binomial distribution is a satisfactory
approximation. As a rough guide, you can consider the batch to be very large if it is
more than about 10 times the sample size.
2. Tables are available giving values of nCx for various values of n and x. This is
particularly useful for large values of n but in examinations usually you are expected to
be able to work them out for yourself. Most calculators have keys for calculating the
number of combinations and the number of permutations.
σ = npq = np(1 − p)
1 5
Thus, if n = 3, p = ,1− p =
6 6
therefore:
1 1
µ = 3× = = 0.5
6 2
1 5 15
σ = 3× × = = 0.645 to 3 significant figures.
6 6 36
What we are saying is that if we repeat this experiment very many times, the mean number
of successes is 0.5. As with a frequency distribution, the mean does not necessarily have to
be one of the original values of x.
© ABE