This is “The Binomial Distribution”, section 4.3 from the book Beginning Statistics (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there. To download a .zip file containing this book to use offline, simply click here.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

4.3 The Binomial Distribution

Learning Objectives

  1. To learn the concept of a binomial random variable.
  2. To learn how to recognize a random variable as being a binomial random variable.

The experiment of tossing a fair coin three times and the experiment of observing the genders according to birth order of the children in a randomly selected three-child family are completely different, but the random variables that count the number of heads in the coin toss and the number of boys in the family (assuming the two genders are equally likely) are the same random variable, the one with probability distribution

x0123P(x)0.1250.3750.3750.125

A histogram that graphically illustrates this probability distribution is given in Figure 4.4 "Probability Distribution for Three Coins and Three Children". What is common to the two experiments is that we perform three identical and independent trials of the same action, each trial has only two outcomes (heads or tails, boy or girl), and the probability of success is the same number, 0.5, on every trial. The random variable that is generated is called the binomial random variableA random variable that counts successes in a fixed number of independent, identical trials of a success/failure experiment. with parameters n = 3 and p = 0.5. This is just one case of a general situation.

Figure 4.4 Probability Distribution for Three Coins and Three Children

Definition

Suppose a random experiment has the following characteristics.

  1. There are n identical and independent trials of a common procedure.
  2. There are exactly two possible outcomes for each trial, one termed “success” and the other “failure.”
  3. The probability of success on any one trial is the same number p.

Then the discrete random variable X that counts the number of successes in the n trials is the binomial random variable with parameters n and p. We also say that X has a binomial distribution with parameters n and p.

The following four examples illustrate the definition. Note how in every case “success” is the outcome that is counted, not the outcome that we prefer or think is better in some sense.

  1. A random sample of 125 students is selected from a large college in which the proportion of students who are females is 57%. Suppose X denotes the number of female students in the sample. In this situation there are n = 125 identical and independent trials of a common procedure, selecting a student at random; there are exactly two possible outcomes for each trial, “success” (what we are counting, that the student be female) and “failure;” and finally the probability of success on any one trial is the same number p = 0.57. X is a binomial random variable with parameters n = 125 and p = 0.57.
  2. A multiple-choice test has 15 questions, each of which has five choices. An unprepared student taking the test answers each of the questions completely randomly by choosing an arbitrary answer from the five provided. Suppose X denotes the number of answers that the student gets right. X is a binomial random variable with parameters n = 15 and p=15=0.20.
  3. In a survey of 1,000 registered voters each voter is asked if he intends to vote for a candidate Titania Queen in the upcoming election. Suppose X denotes the number of voters in the survey who intend to vote for Titania Queen. X is a binomial random variable with n = 1000 and p equal to the true proportion of voters (surveyed or not) who intend to vote for Titania Queen.
  4. An experimental medication was given to 30 patients with a certain medical condition. Suppose X denotes the number of patients who develop severe side effects. X is a binomial random variable with n = 30 and p equal to the true probability that a patient with the underlying condition will experience severe side effects if given that medication.

Probability Formula for a Binomial Random Variable

Often the most difficult aspect of working a problem that involves the binomial random variable is recognizing that the random variable in question has a binomial distribution. Once that is known, probabilities can be computed using the following formula.

If X is a binomial random variable with parameters n and p, then

P(x)=n!x!(nx)!pxqnx

where q=1p and where for any counting number m, m! (read “m factorial”) is defined by

0!=1,1!=1,2!=1·2,3!=1·2·3

and in general

m!=1·2 · · · (m1)·m

Example 7

Seventeen percent of victims of financial fraud know the perpetrator of the fraud personally.

  1. Use the formula to construct the probability distribution for the number X of people in a random sample of five victims of financial fraud who knew the perpetrator personally.
  2. A investigator examines five cases of financial fraud every day. Find the most frequent number of cases each day in which the victim knew the perpetrator.
  3. A investigator examines five cases of financial fraud every day. Find the average number of cases per day in which the victim knew the perpetrator.

Solution:

  1. The random variable X is binomial with parameters n = 5 and p = 0.17; q=1p=0.83. The possible values of X are 0, 1, 2, 3, 4, and 5.

    P(0)=5!0!5!(0.17)0(0.83)5=1·2·3·4·5(1)·(1·2·3·4·5)1·(0.3939040643)=0.39390406430.3939 P(1)=5!1!4!(0.17)1(0.83)4=1·2·3·4·5(1)·(1·2·3·4)(0.17)·(0.47458321)=5·(0.17)·(0.47458321)=0.40339572850.4034 P(2)=5!2!3!(0.17)2(0.83)3=1·2·3·4·5(1·2)·(1·2·3)(0.0289)·(0.571787)=10·(0.0289)·(0.571787)=0.1652464430.1652

    The remaining three probabilities are computed similarly, to give the probability distribution

    x012345P(x)0.39390.40340.16520.03380.00350.0001

    The probabilities do not add up to exactly 1 because of rounding.

    This probability distribution is represented by the histogram in Figure 4.5 "Probability Distribution of the Binomial Random Variable in ", which graphically illustrates just how improbable the events X = 4 and X = 5 are. The corresponding bar in the histogram above the number 4 is barely visible, if visible at all, and the bar above 5 is far too short to be visible.

Figure 4.5 Probability Distribution of the Binomial Random Variable in Note 4.29 "Example 7"

  1. The value of X that is most likely is X = 1, so the most frequent number of cases seen each day in which the victim knew the perpetrator is one.
  2. The average number of cases per day in which the victim knew the perpetrator is the mean of X, which is

    μ=ΣxP(x)=0·0.3939+1·0.4034+2·0.1652+3·0.0338+4·0.0035+5·0.0001=0.8497

Special Formulas for the Mean and Standard Deviation of a Binomial Random Variable

Since a binomial random variable is a discrete random variable, the formulas for its mean, variance, and standard deviation given in the previous section apply to it, as we just saw in Note 4.29 "Example 7" in the case of the mean. However, for the binomial random variable there are much simpler formulas.

If X is a binomial random variable with parameters n and p, then

μ=npσ2=npqσ=npq

where q=1p

Example 8

Find the mean and standard deviation of the random variable X of Note 4.29 "Example 7".

Solution:

The random variable X is binomial with parameters n = 5 and p = 0.17, and q=1p=0.83. Thus its mean and standard deviation are

μ=np=5·0.17=0.85 (exactly)

and

σ=npq=5·0.17·0.83=.70550.8399

The Cumulative Probability Distribution of a Binomial Random Variable

In order to allow a broader range of more realistic problems Chapter 12 "Appendix" contains probability tables for binomial random variables for various choices of the parameters n and p. These tables are not the probability distributions that we have seen so far, but are cumulative probability distributions. In the place of the probability P(x) the table contains the probability

P(Xx)=P(0)+P(1)+ · · · +P(x)

This is illustrated in Figure 4.6 "Cumulative Probabilities". The probability entered in the table corresponds to the area of the shaded region. The reason for providing a cumulative table is that in practical problems that involve a binomial random variable typically the probability that is sought is of the form P(Xx) or P(Xx). The cumulative table is much easier to use for computing P(Xx) since all the individual probabilities have already been computed and added. The one table suffices for both P(Xx) or P(Xx) and can be used to readily obtain probabilities of the form P(x), too, because of the following formulas. The first is just the Probability Rule for Complements.

Figure 4.6 Cumulative Probabilities

If X is a discrete random variable, then

P(Xx)=1P(Xx1) andP(x)=P(Xx)P(Xx1)

Example 9

A student takes a ten-question true/false exam.

  1. Find the probability that the student gets exactly six of the questions right simply by guessing the answer on every question.
  2. Find the probability that the student will obtain a passing grade of 60% or greater simply by guessing.

Solution:

Let X denote the number of questions that the student guesses correctly. Then X is a binomial random variable with parameters n = 10 and p = 0.50.

  1. The probability sought is P(6). The formula gives

    P(6)=10!(6!)(4!)(.5)6.54=0.205078125

    Using the table,

    P(6)=P(X6)P(X5)=0.82810.6230=0.2051
  2. The student must guess correctly on at least 60% of the questions, which is 0.60·10=6 questions. The probability sought is not P(6) (an easy mistake to make), but

    P(X6)=P(6)+P(7)+P(8)+P(9)+P(10)

    Instead of computing each of these five numbers using the formula and adding them we can use the table to obtain

    P(X6)=1P(X5)=10.6230=0.3770

    which is much less work and of sufficient accuracy for the situation at hand.

Example 10

An appliance repairman services five washing machines on site each day. One-third of the service calls require installation of a particular part.

  1. The repairman has only one such part on his truck today. Find the probability that the one part will be enough today, that is, that at most one washing machine he services will require installation of this particular part.
  2. Find the minimum number of such parts he should take with him each day in order that the probability that he have enough for the day's service calls is at least 95%.

Solution:

Let X denote the number of service calls today on which the part is required. Then X is a binomial random variable with parameters n = 5 and p=13=0.3-.

  1. Note that the probability in question is not P(1), but rather P(X ≤ 1). Using the cumulative distribution table in Chapter 12 "Appendix",

    P(X1)=0.4609
  2. The answer is the smallest number x such that the table entry P(Xx) is at least 0.9500. Since P(X2)=0.7901 is less than 0.95, two parts are not enough. Since P(X3)=0.9547 is as large as 0.95, three parts will suffice at least 95% of the time. Thus the minimum needed is three.

Key Takeaways

  • The discrete random variable X that counts the number of successes in n identical, independent trials of a procedure that always results in either of two outcomes, “success” or “failure,” and in which the probability of success on each trial is the same number p, is called the binomial random variable with parameters n and p.
  • There is a formula for the probability that the binomial random variable with parameters n and p will take a particular value x.
  • There are special formulas for the mean, variance, and standard deviation of the binomial random variable with parameters n and p that are much simpler than the general formulas that apply to all discrete random variables.
  • Cumulative probability distribution tables, when available, facilitate computation of probabilities encountered in typical practical situations.

Exercises

    Basic

  1. Determine whether or not the random variable X is a binomial random variable. If so, give the values of n and p. If not, explain why not.

    1. X is the number of dots on the top face of fair die that is rolled.
    2. X is the number of hearts in a five-card hand drawn (without replacement) from a well-shuffled ordinary deck.
    3. X is the number of defective parts in a sample of ten randomly selected parts coming from a manufacturing process in which 0.02% of all parts are defective.
    4. X is the number of times the number of dots on the top face of a fair die is even in six rolls of the die.
    5. X is the number of dice that show an even number of dots on the top face when six dice are rolled at once.
  2. Determine whether or not the random variable X is a binomial random variable. If so, give the values of n and p. If not, explain why not.

    1. X is the number of black marbles in a sample of 5 marbles drawn randomly and without replacement from a box that contains 25 white marbles and 15 black marbles.
    2. X is the number of black marbles in a sample of 5 marbles drawn randomly and with replacement from a box that contains 25 white marbles and 15 black marbles.
    3. X is the number of voters in favor of proposed law in a sample 1,200 randomly selected voters drawn from the entire electorate of a country in which 35% of the voters favor the law.
    4. X is the number of fish of a particular species, among the next ten landed by a commercial fishing boat, that are more than 13 inches in length, when 17% of all such fish exceed 13 inches in length.
    5. X is the number of coins that match at least one other coin when four coins are tossed at once.
  3. X is a binomial random variable with parameters n = 12 and p = 0.82. Compute the probability indicated.

    1. P(11)
    2. P(9)
    3. P(0)
    4. P(13)
  4. X is a binomial random variable with parameters n = 16 and p = 0.74. Compute the probability indicated.

    1. P(14)
    2. P(4)
    3. P(0)
    4. P(20)
  5. X is a binomial random variable with parameters n = 5, p = 0.5. Use the tables in Chapter 12 "Appendix" to compute the probability indicated.

    1. P(X ≤ 3)
    2. P(X ≥ 3)
    3. P(3)
    4. P(0)
    5. P(5)
  6. X is a binomial random variable with parameters n = 5, p=0.3-. Use the table in Chapter 12 "Appendix" to compute the probability indicated.

    1. P(X ≤ 2)
    2. P(X ≥ 2)
    3. P(2)
    4. P(0)
    5. P(5)
  7. X is a binomial random variable with the parameters shown. Use the tables in Chapter 12 "Appendix" to compute the probability indicated.

    1. n = 10, p = 0.25, P(X ≤ 6)
    2. n = 10, p = 0.75, P(X ≤ 6)
    3. n = 15, p = 0.75, P(X ≤ 6)
    4. n = 15, p = 0.75, P(12)
    5. n = 15, p=0.6-, P(10X12)
  8. X is a binomial random variable with the parameters shown. Use the tables in Chapter 12 "Appendix" to compute the probability indicated.

    1. n = 5, p = 0.05, P(X ≤ 1)
    2. n = 5, p = 0.5, P(X ≤ 1)
    3. n = 10, p = 0.75, P(X ≤ 5)
    4. n = 10, p = 0.75, P(12)
    5. n = 10, p=0.6-, P(5X8)
  9. X is a binomial random variable with the parameters shown. Use the special formulas to compute its mean μ and standard deviation σ.

    1. n = 8, p = 0.43
    2. n = 47, p = 0.82
    3. n = 1200, p = 0.44
    4. n = 2100, p = 0.62
  10. X is a binomial random variable with the parameters shown. Use the special formulas to compute its mean μ and standard deviation σ.

    1. n = 14, p = 0.55
    2. n = 83, p = 0.05
    3. n = 957, p = 0.35
    4. n = 1750, p = 0.79
  11. X is a binomial random variable with the parameters shown. Compute its mean μ and standard deviation σ in two ways, first using the tables in Chapter 12 "Appendix" in conjunction with the general formulas μ=ΣxP(x) and σ=[Σx2P(x)]μ2, then using the special formulas μ=np and σ=npq.

    1. n = 5, p=0.3-
    2. n = 10, p = 0.75
  12. X is a binomial random variable with the parameters shown. Compute its mean μ and standard deviation σ in two ways, first using the tables in Chapter 12 "Appendix" in conjunction with the general formulas μ=ΣxP(x) and σ=[Σx2P(x)]μ2, then using the special formulas μ=np and σ=npq.

    1. n = 10, p = 0.25
    2. n = 15, p = 0.1
  13. X is a binomial random variable with parameters n = 10 and p=13. Use the cumulative probability distribution for X that is given in Chapter 12 "Appendix" to construct the probability distribution of X.

  14. X is a binomial random variable with parameters n = 15 and p=12. Use the cumulative probability distribution for X that is given in Chapter 12 "Appendix" to construct the probability distribution of X.

  15. In a certain board game a player's turn begins with three rolls of a pair of dice. If the player rolls doubles all three times there is a penalty. The probability of rolling doubles in a single roll of a pair of fair dice is 1/6. Find the probability of rolling doubles all three times.

  16. A coin is bent so that the probability that it lands heads up is 2/3. The coin is tossed ten times.

    1. Find the probability that it lands heads up at most five times.
    2. Find the probability that it lands heads up more times than it lands tails up.

    Applications

  1. An English-speaking tourist visits a country in which 30% of the population speaks English. He needs to ask someone directions.

    1. Find the probability that the first person he encounters will be able to speak English.
    2. The tourist sees four local people standing at a bus stop. Find the probability that at least one of them will be able to speak English.
  2. The probability that an egg in a retail package is cracked or broken is 0.025.

    1. Find the probability that a carton of one dozen eggs contains no eggs that are either cracked or broken.
    2. Find the probability that a carton of one dozen eggs has (i) at least one that is either cracked or broken; (ii) at least two that are cracked or broken.
    3. Find the average number of cracked or broken eggs in one dozen cartons.
  3. An appliance store sells 20 refrigerators each week. Ten percent of all purchasers of a refrigerator buy an extended warranty. Let X denote the number of the next 20 purchasers who do so.

    1. Verify that X satisfies the conditions for a binomial random variable, and find n and p.
    2. Find the probability that X is zero.
    3. Find the probability that X is two, three, or four.
    4. Find the probability that X is at least five.
  4. Adverse growing conditions have caused 5% of grapefruit grown in a certain region to be of inferior quality. Grapefruit are sold by the dozen.

    1. Find the average number of inferior quality grapefruit per box of a dozen.
    2. A box that contains two or more grapefruit of inferior quality will cause a strong adverse customer reaction. Find the probability that a box of one dozen grapefruit will contain two or more grapefruit of inferior quality.
  5. The probability that a 7-ounce skein of a discount worsted weight knitting yarn contains a knot is 0.25. Goneril buys ten skeins to crochet an afghan.

    1. Find the probability that (i) none of the ten skeins will contain a knot; (ii) at most one will.
    2. Find the expected number of skeins that contain knots.
    3. Find the most likely number of skeins that contain knots.
  6. One-third of all patients who undergo a non-invasive but unpleasant medical test require a sedative. A laboratory performs 20 such tests daily. Let X denote the number of patients on any given day who require a sedative.

    1. Verify that X satisfies the conditions for a binomial random variable, and find n and p.
    2. Find the probability that on any given day between five and nine patients will require a sedative (include five and nine).
    3. Find the average number of patients each day who require a sedative.
    4. Using the cumulative probability distribution for X in Chapter 12 "Appendix", find the minimum number x min of doses of the sedative that should be on hand at the start of the day so that there is a 99% chance that the laboratory will not run out.
  7. About 2% of alumni give money upon receiving a solicitation from the college or university from which they graduated. Find the average number monetary gifts a college can expect from every 2,000 solicitations it sends.

  8. Of all college students who are eligible to give blood, about 18% do so on a regular basis. Each month a local blood bank sends an appeal to give blood to 250 randomly selected students. Find the average number of appeals in such mailings that are made to students who already give blood.

  9. About 12% of all individuals write with their left hands. A class of 130 students meets in a classroom with 130 individual desks, exactly 14 of which are constructed for people who write with their left hands. Find the probability that exactly 14 of the students enrolled in the class write with their left hands.

  10. A travelling salesman makes a sale on 65% of his calls on regular customers. He makes four sales calls each day.

    1. Construct the probability distribution of X, the number of sales made each day.
    2. Find the probability that, on a randomly selected day, the salesman will make a sale.
    3. Assuming that the salesman makes 20 sales calls per week, find the mean and standard deviation of the number of sales made per week.
  11. A corporation has advertised heavily to try to insure that over half the adult population recognizes the brand name of its products. In a random sample of 20 adults, 14 recognized its brand name. What is the probability that 14 or more people in such a sample would recognize its brand name if the actual proportion p of all adults who recognize the brand name were only 0.50?

    Additional Exercises

  1. When dropped on a hard surface a thumbtack lands with its sharp point touching the surface with probability 2/3; it lands with its sharp point directed up into the air with probability 1/3. The tack is dropped and its landing position observed 15 times.

    1. Find the probability that it lands with its point in the air at least 7 times.
    2. If the experiment of dropping the tack 15 times is done repeatedly, what is the average number of times it lands with its point in the air?
  2. A professional proofreader has a 98% chance of detecting an error in a piece of written work (other than misspellings, double words, and similar errors that are machine detected). A work contains four errors.

    1. Find the probability that the proofreader will miss at least one of them.
    2. Show that two such proofreaders working independently have a 99.96% chance of detecting an error in a piece of written work.
    3. Find the probability that two such proofreaders working independently will miss at least one error in a work that contains four errors.
  3. A multiple choice exam has 20 questions; there are four choices for each question.

    1. A student guesses the answer to every question. Find the chance that he guesses correctly between four and seven times.
    2. Find the minimum score the instructor can set so that the probability that a student will pass just by guessing is 20% or less.
  4. In spite of the requirement that all dogs boarded in a kennel be inoculated, the chance that a healthy dog boarded in a clean, well-ventilated kennel will develop kennel cough from a carrier is 0.008.

    1. If a carrier (not known to be such, of course) is boarded with three other dogs, what is the probability that at least one of the three healthy dogs will develop kennel cough?
    2. If a carrier is boarded with four other dogs, what is the probability that at least one of the four healthy dogs will develop kennel cough?
    3. The pattern evident from parts (a) and (b) is that if K+1 dogs are boarded together, one a carrier and K healthy dogs, then the probability that at least one of the healthy dogs will develop kennel cough is P(X1)=1(0.992)K, where X is the binomial random variable that counts the number of healthy dogs that develop the condition. Experiment with different values of K in this formula to find the maximum number K+1 of dogs that a kennel owner can board together so that if one of the dogs has the condition, the chance that another dog will be infected is less than 0.05.
  5. Investigators need to determine which of 600 adults have a medical condition that affects 2% of the adult population. A blood sample is taken from each of the individuals.

    1. Show that the expected number of diseased individuals in the group of 600 is 12 individuals.
    2. Instead of testing all 600 blood samples to find the expected 12 diseased individuals, investigators group the samples into 60 groups of 10 each, mix a little of the blood from each of the 10 samples in each group, and test each of the 60 mixtures. Show that the probability that any such mixture will contain the blood of at least one diseased person, hence test positive, is about 0.18.
    3. Based on the result in (b), show that the expected number of mixtures that test positive is about 11. (Supposing that indeed 11 of the 60 mixtures test positive, then we know that none of the 490 persons whose blood was in the remaining 49 samples that tested negative has the disease. We have eliminated 490 persons from our search while performing only 60 tests.)

Answers

    1. not binomial; not success/failure.
    2. not binomial; trials are not independent.
    3. binomial; n = 10, p = 0.0002
    4. binomial; n = 6, p = 0.5
    5. binomial; n = 6, p = 0.5
    1. 0.2434
    2. 0.2151
    3. 0.18120
    4. 0
    1. 0.8125
    2. 0.5000
    3. 0.3125
    4. 0.0313
    5. 0.0312
    1. 0.9965
    2. 0.2241
    3. 0.0042
    4. 0.2252
    5. 0.5390
    1. μ = 3.44, σ = 1.4003
    2. μ = 38.54, σ = 2.6339
    3. μ = 528, σ = 17.1953
    4. μ = 1302, σ = 22.2432
    1. μ = 1.6667, σ = 1.0541
    2. μ = 7.5, σ = 1.3693
  1. x0123P(x)0.01730.08670.19510.2602 x4567P(x)0.22760.13650.05690.0163 x8910P(x)0.00300.00040.0000
  2. 0.0046

    1. 0.3
    2. 0.7599
    1. n = 20, p = 0.1
    2. 0.1216
    3. 0.5651
    4. 0.0432
    1. 0.0563 and 0.2440
    2. 2.5
    3. 2
  1. 40

  2. 0.1019

  3. 0.0577

    1. 0.0776
    2. 0.9996
    3. 0.0016
    1. 0.0238
    2. 0.0316
    3. 6