Chapter 12
Chapter 12
Chapter 12
Objectives
To define a Bernoulli sequence and a Bernoulli random variable.
To define the binomial probability distribution.
To investigate the shape of the graph of the binomial probability distribution for different
values of the parameters.
To calculate and interpret the mean, variance and standard deviation for the binomial
probability distribution.
To use the binomial probability distribution to solve problems.
The binomial distribution is important because it has very wide application. It is concerned
with situations where there are two possible outcomes, and many ‘real life’ scenarios of
interest fall into this category.
For example:
A political poll of voters is carried out. Each polled voter is asked whether or not they
would vote for the present government.
A poll of Year 12 students in Australia is carried out. Each student is asked whether or not
they watch the ABC on a regular basis.
The effectiveness of a medical procedure is tested by selecting a group of patients and
recording whether or not it is successful for each patient in the group.
Components for an electronic device are tested to see if they are defective or not.
The binomial distribution has application in each of these examples.
We will use the binomial distribution again in Chapter 15, where we further develop our
understanding of sampling.
A Bernoulli sequence is the name used to describe a sequence of repeated trials with the
following properties:
Each trial results in one of two outcomes, which are usually designated as either a
success, S , or a failure, F.
The probability of success on a single trial, p, is constant for all trials (and thus the
probability of failure on a single trial is 1 − p).
The trials are independent (so that the outcome of any trial is not affected by the
outcome of any previous trial).
Example 1
Suppose that a netball player has a probability of 13 of scoring a goal each time she
attempts to goal. She repeatedly has shots for goal. Is this a Bernoulli sequence?
Solution
In this example:
Each trial results in one of two outcomes, goal or miss.
The probability of scoring a goal ( 13 ) is constant for all attempts, as is the probability of
a miss ( 23 ).
The trials are independent (so that the outcome of any trial is not affected by the
outcome of any previous trial).
Thus, the player’s shots at goal can be considered a Bernoulli sequence.
y 0 1
Pr(Y = y) 1− p p
TNN X=1 1
6 × 5
6 × 5
6
NTN X=1 5
6 × 1
6 × 5
6 Pr(X = 1) = 3 × 1
6 × ( 56 )2
NNT X=1 5
6 × 5
6 × 1
6
NNN X=0 5
6 × 5
6 × 5
6 Pr(X = 0) = ( 65 )3
x 0 1 2 3
Pr(X = x) 125
216
75
216
15
216
1
216
Instead of listing all the outcomes to find the probability distribution, we can use our
knowledge of selections from Mathematical Methods Year 11 (revised in Appendix A).
Consider the probability that X = 1, that is, when exactly one 3 is observed. We can see from
the table that there are three ways this can occur. Since the 3 could occur on the first, second
or third roll of the die,we can consider this as selecting one object from a group of three,
3
which can be done in ways.
1
Consider the probability that X = 2, that is, when exactly two 3s are observed. Again from
the table there are three ways this can occur. Since the two 3s could occur on any two of the
three rolls of the die, we
can consider this as selecting two objects from a group of three,
3
which can be done in ways.
2
This leads us to a general formula for this probability distribution:
x 3−x
3 1 5
Pr(X = x) = x = 0, 1, 2, 3
x 6 6
This is an example of the binomial distribution.
If the random variable X is the number of successes in n independent trials, each with
probability of success p, then X has a binomial distribution and the rule is
n x
Pr(X = x) = p (1 − p)n−x x = 0, 1, . . . , n
x
n n!
where =
x x! (n − x)!
Example 2
Find the probability of obtaining exactly three heads when a fair coin is tossed seven
times, correct to four decimal places.
Solution
Obtaining a head is considered a success here, and the probability of success on each of
the seven independent trials is 0.5.
Let X be the number of heads obtained. In this case, the parameters are n = 7 and p = 0.5.
7
Pr(X = 3) = (0.5)3 (1 − 0.5)7−3
3
= 35 × (0.5)7 = 0.2734
Note: You can also type in the command and the parameter values directly if preferred.
Example 3
The probability that a person currently in prison has ever been imprisoned before is 0.72.
Find the probability that of five prisoners chosen at random at least three have been
imprisoned before, correct to four decimal places.
Solution
If X is the number of prisoners who have been imprisoned before, then
5
Pr(X = x) = (0.72) x (0.28)5−x x = 0, 1, . . . , 5
x
and so
Pr(X ≥ 3) = Pr(X = 3) + Pr(X = 4) + Pr(X = 5)
5 5 5
= (0.72) (0.28) +
3 2
(0.72) (0.28) +
4 1
(0.72)5 (0.28)0
3 4 5
= 0.8624
Note: You can also type in the command and the parameter values directly if preferred.
Example 4
The probability of a netballer scoring a goal is 0.3. Find the probability that out of six
attempts the netballer scores a goal:
a four times b four times, given that she scores at least one goal.
Solution
Let X be the number of goals scored.
Then X has a binomial distribution with n = 6 and p = 0.3.
6
a Pr(X = 4) = (0.3)4 (0.7)2
4
= 15 × 0.0081 × 0.49
= 0.059535
Pr(X = 4 ∩ X ≥ 1)
b Pr(X = 4 | X ≥ 1) =
Pr(X ≥ 1)
Pr(X = 4)
=
Pr(X ≥ 1)
0.059535
= since Pr(X ≥ 1) = 1 − Pr(X = 0)
1 − 0.76
= 0.0675
Section summary
A Bernoulli sequence is a sequence of trials with the following properties:
• Each trial results in one of two outcomes, which are usually designated as either a
success, S , or a failure, F.
• The probability of success on a single trial, p, is constant for all trials (and thus the
probability of failure on a single trial is 1 − p).
• The trials are independent (so that the outcome of any trial is not affected by the
outcome of any previous trial).
A Bernoulli random variable describes the outcome from a Bernoulli trial; it has a
probability distribution of the form Pr(Y = 1) = p and Pr(Y = 0) = 1 − p.
The number of successes, X, in a Bernoulli sequence of n trials is called a binomial
random variable and has a binomial probability distribution:
n x
Pr(X = x) = p (1 − p)n−x x = 0, 1, . . . , n
x
n n!
where =
x x! (n − x)!
Exercise 12A
Example 2 2 Find the probability of obtaining exactly four heads when a fair coin is tossed seven
times, correct to four decimal places.
3 For a binomial distribution with n = 4 and p = 0.2, find the probability of:
a three successes b four successes.
4 For a binomial distribution with n = 5 and p = 0.4, find the probability of:
a no successes b three successes c five successes.
5 Suppose that a fair coin is tossed three times, and the number of heads observed.
a Write down a general rule for the probability distribution of the number of heads.
b Use the rule to calculate the probability of observing two heads.
6 Suppose that X is the number of male children born into a family of six children.
Assume that the distribution of X is binomial, with probability of success 0.48.
a Write down a general rule for the probability distribution of the number of male
children.
b Use the rule to calculate the probability that a family with six children will have
exactly two male children.
Example 3 7 A fair die is rolled six times and the number of 2s noted. Find the probability of:
a exactly three 2s b more than three 2s c at least three 2s.
8 Jo knows that each ticket has a probability of 0.1 of winning a prize in a lucky ticket
competition. Suppose she buys 10 tickets.
a Write down a general rule for the probability distribution of the number of winning
tickets.
b Use the rule to calculate the probability that Jo has:
i no wins ii at least one win.
11 The probability of a particular drug causing side effects in a person is 0.2. What is the
probability that at least two people in a random sample of 10 people will experience
side effects?
12 Records show that x% of people will pass their driver’s licence on the first attempt. If
six students attempt their driver’s licence, write down in terms of x the probability that:
a all six students pass b only one fails c no more than two fail.
15 Find the probability of getting at least nine successes in 100 trials for which the
probability of success is p = 0.1.
17 A survey of the population in a particular city found that 40% of people regularly
participate in sport. What is the probability that fewer than half of a random sample of
six people regularly participate in sport?
Example 4 19 The manager of a shop knows from experience that 60% of her customers will use a
credit card to pay for their purchases. Find the probability that:
a the next three customers will use a credit card, and the three after that will not
b three of the next six customers will use a credit card
c at least three of the next six customers will use a credit card
d exactly three of the next six customers will use a credit card, given that at least three
of the next six customers use a credit card.
20 A multiple-choice test has eight questions, each with five possible answers, only one of
which is correct. Find the probability that a student who guesses the answer to every
question will have:
a no correct answers
b six or more correct answers
c every question correct, given they have six or more correct answers.
21 The probability that a full forward in Australian Rules football will kick a goal from
outside the 50-metre line is 0.15. If the full forward has 10 kicks at goal from outside
the 50-metre line, find the probability that he will:
a kick a goal every time
b kick at least one goal
c kick more than one goal, given that he kicks at least one goal.
Example 5
Construct and compare the graph of the binomial probability distribution for 20 trials
(n = 20) with probability of success:
a p = 0.2 b p = 0.5 c p = 0.8
Solution
a For p = 0.2, the graph p(x)
is positively skewed. 0.2 p = 0.2
Mostly from 1 to 8
successes will be
observed in 20 trials. 0.1
x
0 2 4 6 8 10 12 14 16 18 20
x
0 2 4 6 8 10 12 14 16 18 20
If X is the number of successes in n trials, each with probability of success p, then the
expected value and the variance of X are given by
E(X) = np
Var(X) = np(1 − p)
Note: These formulas are consistent with those for a Bernoulli random variable, which is a
special case of a binomial random variable where n = 1.
While it is not necessary in this course to be familiar with the derivations of these formulas,
they are included for completeness in the final section of this chapter.
Example 6
An examination consists of 30 multiple-choice questions, each question having three
possible answers. A student guesses the answer to every question. Let X be the number of
correct answers.
a How many will she expect to get correct? That is, find E(X) = μ.
b Find Var(X).
Solution
The number of correct answers, X, is a binomial random variable with parameters n = 30
and p = 13 .
a The student has an expected result of μ = np = 10 correct answers. (This is not enough
to pass if the pass mark is 50%.)
b Var(X) = np(1 − p)
1 2 20
= 30 × × =
3 3 3
Example 7
The probability of contracting influenza this winter is known to be 0.2. Of the 100
employees at a certain business, how many would the owner expect to get influenza?
Find the standard deviation of the number who will get influenza and calculate μ ± 2σ.
Interpret the interval [μ − 2σ, μ + 2σ] for this example.
Solution
The number of employees who get influenza is a binomial random variable, X, with
parameters n = 100 and p = 0.2.
The owner will expect μ = np = 20 of the employees to contract influenza.
The variance is
σ2 = np(1 − p)
= 100 × 0.2 × 0.8
= 16
Section summary
If X is the number of successes in n trials, each with probability of success p, then the
expected value and the variance of X are given by
E(X) = np
Var(X) = np(1 − p)
Exercise 12B
Example 6 4 Find the mean and variance of the binomial random variables with parameters:
a n = 25, p = 0.2 b n = 10, p = 0.6
1
c n = 500, p = d n = 40, p = 20%
3
5 A fair die is rolled six times.
a Find the expected value for the number of sixes obtained.
b Find the probability that more than the expected number of sixes is obtained.
6 The survival rate for a certain disease is 75%. Of the next 50 people who contract the
disease, how many would you expect would survive?
7 A binomial random variable X has mean 12 and variance 9. Find the parameters n
and p, and hence find Pr(X = 7).
8 A binomial random variable X has mean 30 and variance 21. Find the parameters n
and p, and hence find Pr(X = 20).
Example 7 9 A fair coin is tossed 20 times. Find the mean and standard deviation of the number
of heads obtained and calculate μ ± 2σ. Interpret the interval [μ − 2σ, μ + 2σ] for this
example.
10 Records show that 60% of the students in a certain state attend government schools.
If a group of 200 students are to be selected at random, find the mean and standard
deviation of the number of students in the group who attend government schools, and
calculate μ ± 2σ. Interpret the interval [μ − 2σ, μ + 2σ] for this sample.
Example 8
The probability of winning a prize in a game of chance is 0.48.
a What is the least number of games that must be played to ensure that the probability of
winning at least once is more than 0.95?
b What is the least number of games that must be played to ensure that the probability of
winning at least twice is more than 0.95?
Solution
Since the probability of winning each game is the same each time the game is played, this
is an example of a binomial distribution, with the probability of success p = 0.48.
a The required answer is the smallest value of n such that Pr(X ≥ 1) > 0.95.
Pr(X ≥ 1) > 0.95
⇔ 1 − Pr(X = 0) > 0.95
⇔ Pr(X = 0) < 0.05
⇔ 0.52n < 0.05 since Pr(X = 0) = 0.52n
This can be solved by taking logarithms of both sides:
ln(0.52n ) < ln(0.05)
n ln(0.52) < ln(0.05)
ln(0.05)
∴ n> ≈ 4.58
ln(0.52)
Thus the game must be played at least five times to ensure that the probability of
winning at least once is more than 0.95.
b The required answer is the smallest value of n such that Pr(X ≥ 2) > 0.95, or
equivalently, such that
Pr(X < 2) < 0.05
We have
Pr(X < 2) = Pr(X = 0) + Pr(X = 1)
n n
= 0.48 0.52 +
0 n
0.481 0.52n−1
0 1
= 0.52n + 0.48n(0.52)n−1
So the answer is the smallest value of n such that
0.52n + 0.48n(0.52)n−1 < 0.05
This equation cannot be solved algebraically;
but a CAS calculator can be used to find the
solution n > 7.7985 . . . .
Thus the game must be played at least eight
times to ensure that the probability of winning
at least twice is more than 0.95.
The following calculator inserts give a solution to part b of Example 8. Similar techniques
can be used for part a. For further explanation, refer to the calculator appendices in the
Interactive Textbook.
Exercise 12C
Skillsheet 1 The probability of a target shooter hitting the bullseye on any one shot is 0.2.
Example 8 a If the shooter takes five shots at the target, find the probability of:
i missing the bullseye every time
ii hitting the bullseye at least once.
b What is the smallest number of shots the shooter should make to ensure a probability
of more than 0.95 of hitting the bullseye at least once?
c What is the smallest number of shots the shooter should make to ensure a probability
of more than 0.95 of hitting the bullseye at least twice?
2 The probability of winning a prize with a lucky ticket on a wheel of fortune is 0.1.
a If a person buys 10 lucky tickets, find the probability of:
i winning twice
ii winning at least once.
b What is the smallest number of tickets that should be bought to ensure a probability
of more than 0.7 of winning at least once?
3 Rex is shooting at a target. His probability of hitting the target is 0.6. What is the
minimum number of shots needed for the probability of Rex hitting the target exactly
five times to be more than 25%?
4 Janet is selecting chocolates at random out of a box. She knows that 20% of the
chocolates have hard centres. What is the minimum number of chocolates she needs
to select to ensure that the probability of choosing exactly three hard centres is more
than 10%?
5 The probability of winning a prize in a game of chance is 0.35. What is the fewest
number of games that must be played to ensure that the probability of winning at least
twice is more than 0.9?
6 Geoff has determined that his probability of hitting ‘4’ off any ball when playing cricket
is 0.07. What is the fewest number of balls he must face to ensure that the probability of
hitting more than one ‘4’ is more than 0.8?
7 Monique is practising goaling for netball. She knows from past experience that
her chance of making any one shot is about 70%. Her coach has asked her to keep
practising until she scores 50 goals. How many shots would she need to attempt to
ensure that the probability of scoring at least 50 goals is more than 0.99?
Expected value
If X is a binomial random variable with parameters n and p, then E(X) = np.
= x· p x (1 − p)n−x expanding
x=0
x! (n − x)! x
n n
= x· p x (1 − p)n−x since the x = 0 term is zero
x=1
x! (n − x)!
n n!
= x· p x (1 − p)n−x since x! = x(x − 1)!
x=1
x(x − 1)! (n − x)!
n
n!
= p x (1 − p)n−x cancelling the xs
x=1
(x − 1)! (n − x)!
This expression is very similar to the probability function for a binomial random
variable, and we know the probabilities sum to 1. Taking out factors of n and p from
the expression and letting z = x − 1 gives
n
n − 1 x−1
E(X) = np p (1 − p)n−x
x=1
x − 1
n−1
n−1 z
= np p (1 − p)n−1−z
z=0
z
Note that this sum corresponds to the sum of all the values of the probability function
for a binomial random variable Z, which is the number of successes in n − 1 trials
each with probability of success p. Therefore the sum equals 1, and so
E(X) = np
&DPEULGJH6HQLRU0DWKV$& ,6%1(YDQVHWDO &DPEULGJH8QLYHUVLW\3UHVV
0DWKHPDWLFDO0HWKRGV<
3KRWRFRS\LQJLVUHVWULFWHGXQGHUODZDQGWKLVPDWHULDOPXVWQRWEHWUDQVIHUUHGWRDQRWKHUSDUW\
12D Proofs for the expectation and variance 557
Variance
If X is a binomial random variable with parameters n and p, then Var(X) = np(1 − p).
Proof The variance of the binomial random variable X may be found using
Var(X) = E(X 2 ) − μ2 , where μ = np
Thus, to find the variance, we need to determine E(X 2 ):
n
2 n
E(X ) =
2
x p x (1 − p)n−x
x=0
x
n n!
= x2 p x (1 − p)n−x
x=0
x! (n − x)!
But x2 is not a factor of x! and so we cannot proceed as in the previous proof for
expected value.
The strategy used here is to determine E[X(X − 1)]:
n
n x
E[X(X − 1)] = x(x − 1) p (1 − p)n−x
x=0
x
n n!
= x(x − 1) p x (1 − p)n−x
x=0
x! (n − x)!
n n!
= x(x − 1) p x (1 − p)n−x
x=2
x! (n − x)!
since the first and second terms of the sum equal zero (when x = 0 and x = 1).
Taking out a factor of n(n − 1)p2 and letting z = x − 2 gives
n
(n − 2)!
E[X(X − 1)] = n(n − 1)p2 p x−2 (1 − p)n−x
x=2
(x − 2)! (n − x)!
n − 2
n−2
= n(n − 1)p2 pz (1 − p)n−2−z
z=0
z
Now the sum corresponds to the sum of all the values of the probability function for
a binomial random variable Z, which is the number of successes in n − 2 trials each
with probability of success p, and is thus equal to 1. Hence
E[X(X − 1)] = n(n − 1)p2
∴ E(X 2 ) − E(X) = n(n − 1)p2
∴ E(X 2 ) = n(n − 1)p2 + E(X)
= n(n − 1)p2 + np
This is an expression for E(X 2 ) in terms of n and p, as required. Thus
Var(X) = E(X 2 ) − μ2
= n(n − 1)p2 + np − (np)2
= np(1 − p)
Chapter summary
A Bernoulli sequence is a sequence of trials with the following properties:
AS
• Each trial results in one of two outcomes, which are usually designated as either a
Nrich
success, S , or a failure, F.
• The probability of success on a single trial, p, is constant for all trials (and thus the
probability of failure on a single trial is 1 − p).
• The trials are independent (so that the outcome of any trial is not affected by the
outcome of any previous trial).
A Bernoulli random variable describes the outcome from a Bernoulli trial; it has a
probability distribution of the form Pr(Y = 1) = p and Pr(Y = 0) = 1 − p.
x
0 2 4 6 8 10 12 14 16 18 20
p(x)
0.2
p = 0.5
0.1
x
0 2 4 6 8 10 12 14 16 18 20
p(x)
Review
0.2 p = 0.8
0.1
x
0 2 4 6 8 10 12 14 16 18 20
Short-answer questions
1
1 If X is a binomial random variable with parameters n = 4 and p = , find:
3
a Pr(X = 0) b Pr(X = 1) c Pr(X ≤ 1) d Pr(X ≥ 1)
2 A salesperson knows that 60% of the people who enter a particular shop will make
a purchase. What is the probability that of the next three people who enter the shop
exactly two will make a purchase?
3 If 10% of patients fail to improve on a certain medication, find the probability that of
five patients selected at random one or more will fail to show improvement.
5 An experiment consists of four independent trials. Each trial results in either a success
or a failure. The probability of success in a trial is p. Find the probability of each of the
following in terms of p:
a no successes b one success c at least one success
d four successes e at least two successes.
6 A coin is tossed 10 times. The probability of three heads is m × ( 12 )10 . State the value
of m.
7 An experiment consists of five independent trials. Each trial results in either a success
or a failure. The probability of success in a trial is p. Find, in terms of p, the probability
of exactly one success given at least one success.
8 A die is rolled five times. What is the probability of obtaining an even number on the
uppermost face on exactly three of the rolls?
9 In a particular city, the probability of rain on any day in June is 15 . What is the
probability of it raining on three of five days?
Multiple-choice questions
1 A coin is biased such that the probability of a head is 0.6. The probability that exactly
three heads will be observed when the coin is tossed five times is
5
A 0.6 × 3 B (0.6) 3 3
C (0.6) (0.4) 2
D 10 × (0.6) (0.4)
3 2
E (0.6)5
3
2 The probability that the 8:25 train arrives on time is 0.35. What is the probability that
the train is on time at least once during a working week (Monday to Friday)?
A 1 − (0.65)5 B (0.35)5 C 1 − (0.35)5
D 5 × (0.35)1 (0.65)4 E (0.65)5
3 A fair die is rolled four times. The probability that a number greater than 4 is observed
on two occasions is
1 16 1 1 8
A B C D E
4 81 9 81 27
4 The probability that a person in a certain town has a tertiary education is 0.4. What is
the probability that, if 80 people are chosen at random from this town, less than 30 will
have a tertiary education?
A 0.7139 B 0.2861 C 0.0827 D 0.3687 E 0.3750
1
5 If X is a binomial random variable with parameters n = 18 and p = , then the mean
3
and variance of X are closest to
A μ = 6, σ2 = 4 B μ = 9, σ2 = 4 C μ = 6, σ2 = 2
D μ = 6, σ2 = 16 E μ = 18, σ2 = 6
6 Which one of the following best represents the shape of the probability distribution of a
binomial random variable X with 10 independent trials and probability of success 0.7?
A B C
D E
7 Suppose that X is a binomial random variable with mean μ = 10 and standard deviation
σ = 2. The probability of success, p, in any trial is
A 0.4 B 0.5 C 0.6 D 0.7 E 0.8
8 Suppose that X is the number of heads observed when a coin known to be biased
towards heads is tossed 10 times. If Var(X) = 1.875, then the probability of a head on
any one toss is
A 0.25 B 0.55 C 0.75 D 0.65 E 0.80
Review
Questions 9 and 10 refer to the following information.
The probability of Thomas beating William in a set of tennis is 0.24, and Thomas and
William decide to play a set of tennis every day for n days.
9 What is the fewest number of days on which they should play to ensure that the
probability of Thomas winning at least one set is more than 0.95?
A 7 B 8 C 9 D 10 E 11
10 What is the fewest number of days on which they should play to ensure that the
probability of Thomas winning at least two sets is more than 0.95?
A 12 B 18 C 17 D 21 E 14
Extended-response questions
1 In a test to detect learning disabilities, a child is asked 10 questions, each of which
has possible answers labelled A, B and C. Children with a disability of type 1 almost
always answer A or B on every question, while children with a disability of type 2
almost always answer C on every question. Children without either disability have an
equal chance of answering A, B or C for each question.
a What is the probability that the answers given by a child without either disability
will be all As and Bs, thereby indicating a type 1 disability?
b A child is further tested for type 2 disability if he or she answers C five or more
times. What is the probability that a child without either disability will test positive
for type 2 disability?
2 An inspector takes a random sample of 10 items from a very large batch. If none of
the items is defective, he accepts the batch; otherwise, he rejects the batch. What is
the probability that a batch is accepted if the fraction of defective items is 0, 0.01,
0.02, 0.05, 0.1, 0.2, 0.5, 1? Plot these probabilities against the corresponding fraction
defective. Is the inspection method a good one or not?
3 It has been found in the past that 4% of the CDs produced in a certain factory are
defective. A sample of 10 CDs is drawn randomly from each hour’s production and the
number of defective CDs is noted.
a What percentage of these hourly samples would contain at least two defective CDs?
b Find the mean and standard deviation of the number of defective CDs in a sample,
and calculate μ ± 2σ.
c A particular sample is found to contain three defective CDs. Would this cause you to
have doubts about the production process?
4 A pizza company claims that they deliver 90% of orders within 30 minutes. In a
particular 2-hour period, the supervisor notes that there are 67 orders, and of these
12 orders are delivered late. If the company claim is correct, and 90% of orders are
delivered on time, what is the probability that at least 12 orders are delivered late?
&DPEULGJH6HQLRU0DWKV$& ,6%1(YDQVHWDO &DPEULGJH8QLYHUVLW\3UHVV
0DWKHPDWLFDO0HWKRGV<
3KRWRFRS\LQJLVUHVWULFWHGXQGHUODZDQGWKLVPDWHULDOPXVWQRWEHWUDQVIHUUHGWRDQRWKHUSDUW\
562 Chapter 12: The binomial distribution
Review
5 a A sample of six objects is to be drawn from a large population in which 20% of the
objects are defective. Find the probability that the sample contains:
i three defectives ii fewer than three defectives.
b Another large population contains a proportion p of defective items.
i Write down an expression in terms of p for P, the probability that a sample of
six items contains exactly two defectives.
dP 1
ii By differentiating to find , show that P is greatest when p = .
dp 3
6 Groups of six people are chosen at random and the number, x, of people in each group
who normally wear glasses is recorded. The table gives the results from 200 groups.
8 Assume that dates of birth in a large population are distributed such that the probability
1
of a randomly chosen person’s birthday being in any particular month is 12 .
a Find the probability that of six people chosen at random exactly two will have a
birthday in January.
b Find the probability that of eight people at least one will have a birthday in January.
c N people are chosen at random. Find the least value of N such that the probability
that at least one will have a birthday in January exceeds 0.9.