Chapter 4.4: Binomial Distribution

 

There are three characteristics of a binomial experiment.

  1. There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
  2. There are only two possible outcomes, called “success” and “failure,” for each trial. The letter p denotes the probability of a success on one trial, and q denotes the probability of a failure on one trial. p + q = 1.
  3. The n trials are independent and are repeated using identical conditions. Because the n trials are independent, the outcome of one trial does not help in predicting the outcome of another trial. Another way of saying this is that for each individual trial, the probability, p, of a success and probability, q, of a failure remain the same. For example, randomly guessing at a true-false statistics question has only two outcomes. If a success is guessing correctly, then a failure is guessing incorrectly. Suppose Joe always guesses correctly on any statistics true-false question with probability p = 0.6. Then, q = 0.4. This means that for every true-false statistics question Joe answers, his probability of success (p = 0.6) and his probability of failure (q = 0.4) remain the same.

The outcomes of a binomial experiment fit a binomial probability distribution. The random variable X = the number of successes obtained in the n independent trials.

The mean, μ, and variance, σ2, for the binomial probability distribution are μ = np and σ2 = npq. The standard deviation, σ, is then σ = \sqrt{npq}.

Any experiment that has characteristics two and three and where n = 1 is called a Bernoulli Trial (named after Jacob Bernoulli who, in the late 1600s, studied them extensively). A binomial experiment takes place when the number of successes is counted in one or more Bernoulli Trials.

At ABC College, the withdrawal rate from an elementary physics course is 30% for any given term. This implies that, for any given term, 70% of the students stay in the class for the entire term. A “success” could be defined as an individual who withdrew. The random variable X = the number of students who withdraw from the randomly selected elementary physics class.

Try It

The state health board is concerned about the amount of fruit available in school lunches. Forty-eight percent of schools in the state offer fruit in their lunches every day. This implies that 52% do not. What would a “success” be in this case?

Suppose you play a game that you can only either win or lose. The probability that you win any game is 55%, and the probability that you lose is 45%. Each game you play is independent. If you play the game 20 times, write the function that describes the probability that you win 15 of the 20 times. Here, if you define X as the number of wins, then X takes on the values 0, 1, 2, 3, …, 20. The probability of a success is p = 0.55. The probability of a failure is q = 0.45. The number of trials is n = 20. The probability question can be stated mathematically as P(x = 15).

Try It

A trainer is teaching a dolphin to do tricks. The probability that the dolphin successfully performs the trick is 35%, and the probability that the dolphin does not successfully perform the trick is 65%. Out of 20 attempts, you want to find the probability that the dolphin succeeds 12 times. State the probability question mathematically.

A fair coin is flipped 15 times. Each flip is independent. What is the probability of getting more than ten heads? Let X = the number of heads in 15 flips of the fair coin. X takes on the values 0, 1, 2, 3, …, 15. Since the coin is fair, p = 0.5 and q = 0.5. The number of trials is n = 15. State the probability question mathematically.

Try It

A fair, six-sided die is rolled ten times. Each roll is independent. You want to find the probability of rolling a one more than three times. State the probability question mathematically.

Approximately 70% of statistics students do their homework in time for it to be collected and graded. Each student does homework independently. In a statistics class of 50 students, what is the probability that at least 40 will do their homework on time? Students are selected randomly.

 

a. This is a binomial problem because there is only a success or a __________, there are a fixed number of trials, and the probability of a success is 0.70 for each trial.

a. failure

 

b. If we are interested in the number of students who do their homework on time, then how do we define X?

b. X = the number of statistics students who do their homework on time

 

c. What values does x take on?

c. 0, 1, 2, …, 50

 

d. What is a “failure,” in words?

d. Failure is defined as a student who does not complete his or her homework on time.

The probability of a success is p = 0.70. The number of trials is n = 50.

 

e. If p + q = 1, then what is q?

e. q = 0.30

 

f. The words “at least” translate as what kind of inequality for the probability question P(x ____ 40).

f. greater than or equal to (≥)
The probability question is P(x ≥ 40).

Try It

Sixty-five percent of people pass the state driver’s exam on the first try. A group of 50 individuals who have taken the driver’s exam is randomly selected. Give two reasons why this is a binomial problem.

Notation for the Binomial: B = Binomial Probability Distribution Function

X ~ B(n, p)

Read this as “X is a random variable with a binomial distribution.” The parameters are n and p; n = number of trials, p = probability of a success on each trial.

It has been stated that about 41% of adult workers have a high school diploma but do not pursue any further education. If 20 adult workers are randomly selected, find the probability that at most 12 of them have a high school diploma but do not pursue any further education. How many adult workers do you expect to have a high school diploma but do not pursue any further education?

Let X = the number of workers who have a high school diploma but do not pursue any further education.

X takes on the values 0, 1, 2, …, 20 where n = 20, p = 0.41, and q = 1 – 0.41 = 0.59. X ~ B(20, 0.41)

Find P(x ≤ 12). P(x ≤ 12) = 0.9738. (calculator or computer)

Go into 2nd DISTR. The syntax for the instructions are as follows:

To calculate (x = value): binompdf(n, p, number) if “number” is left out, the result is the binomial probability table.
To calculate P(x ≤ value): binomcdf(n, p, number) if “number” is left out, the result is the cumulative binomial probability table.
For this problem: After you are in 2nd DISTR, arrow down to binomcdf. Press ENTER. Enter 20,0.41,12). The result is P(x ≤ 12) = 0.9738.

NOTE

If you want to find P(x = 12), use the pdf (binompdf). If you want to find P(x > 12), use 1 – binomcdf(20,0.41,12).

The probability that at most 12 workers have a high school diploma but do not pursue any further education is 0.9738.

The graph of X ~ B(20, 0.41) is as follows:

This histogram shows a binomial probability distribution. It is made up of bars that are fairly normally distributed. The x-axis shows values from 0 to 20. The y-axis shows values from 0 to 0.2 in increments of 0.05.

The y-axis contains the probability of x, where X = the number of workers who have only a high school diploma.

The number of adult workers that you expect to have a high school diploma but not pursue any further education is the mean, μ = np = (20)(0.41) = 8.2.

The formula for the variance is σ2 = npq. The standard deviation is σ = \sqrt{npq}.
σ = \sqrt{\left(20\right)\left(0.41\right)\left(0.59\right)} = 2.20.

Try It

About 32% of students participate in a community volunteer program outside of school. If 30 students are selected at random, find the probability that at most 14 of them participate in a community volunteer program outside of school. Use the TI-83+ or TI-84 calculator to find the answer.

In the 2013 Jerry’s Artarama art supplies catalog, there are 560 pages. Eight of the pages feature signature artists. Suppose we randomly sample 100 pages. Let X = the number of pages that feature signature artists.

  1. What values does x take on?
  2. What is the probability distribution? Find the following probabilities:
    1. the probability that two pages feature signature artists
    2. the probability that at most six pages feature signature artists
    3. the probability that more than three pages feature signature artists.
  3. Using the formulas, calculate the (i) mean and (ii) standard deviation.
  1. x = 0, 1, 2, 3, 4, 5, 6, 7, 8
  2. X ~ B\left(100,\frac{8}{560}\right)
    1. P(x = 2) = binompdf\left(100,\frac{8}{560},2\right) = 0.2466
    2. P(x ≤ 6) = binomcdf\left(100,\frac{8}{560},6\right) = 0.9994
    3. P(x > 3) = 1 – P(x ≤ 3) = 1 – binomcdf\left(100,\frac{8}{560},3\right) = 1 – 0.9443 = 0.0557
    1. Mean = np = (100)\left(\frac{8}{560}\right) = \frac{800}{560} ≈ 1.4286
    2. Standard Deviation = \sqrt{npq} = \sqrt{\left(100\right)\left(\frac{8}{560}\right)\left(\frac{552}{560}\right)} ≈ 1.1867
Try It

According to a Gallup poll, 60% of American adults prefer saving over spending. Let X = the number of American adults out of a random sample of 50 who prefer saving to spending.

  1. What is the probability distribution for X?
  2. Use your calculator to find the following probabilities:
    1. the probability that 25 adults in the sample prefer saving over spending
    2. the probability that at most 20 adults prefer saving
    3. the probability that more than 30 adults prefer saving
  3. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.

The lifetime risk of developing pancreatic cancer is about one in 78 (1.28%). Suppose we randomly sample 200 people. Let X = the number of people who will develop pancreatic cancer.

  1. What is the probability distribution for X?
  2. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.
  3. Use your calculator to find the probability that at most eight people develop pancreatic cancer
  4. Is it more likely that five or six people will develop pancreatic cancer? Justify your answer numerically.
Try It

During the 2013 regular NBA season, DeAndre Jordan of the Los Angeles Clippers had the highest field goal completion rate in the league. DeAndre scored with 61.3% of his shots. Suppose you choose a random sample of 80 shots made by DeAndre during the 2013 season. Let X = the number of shots that scored points.

  1. What is the probability distribution for X?
  2. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.
  3. Use your calculator to find the probability that DeAndre scored with 60 of these shots.
  4. Find the probability that DeAndre scored with more than 50 of these shots.

The following example illustrates a problem that is not binomial. It violates the condition of independence. ABC College has a student advisory committee made up of ten staff members and six students. The committee wishes to choose a chairperson and a recorder. What is the probability that the chairperson and recorder are both students? The names of all committee members are put into a box, and two names are drawn without replacement. The first name drawn determines the chairperson and the second name the recorder. There are two trials. However, the trials are not independent because the outcome of the first trial affects the outcome of the second trial. The probability of a student on the first draw is \frac{6}{16}. The probability of a student on the second draw is \frac{5}{15}, when the first draw selects a student. The probability is \frac{6}{15}, when the first draw selects a staff member. The probability of drawing a student’s name changes for each of the trials and, therefore, violates the condition of independence.

Try It

A lacrosse team is selecting a captain. The names of all the seniors are put into a hat, and the first three that are drawn will be the captains. The names are not replaced once they are drawn (one person cannot be two captains). You want to see if the captains all play the same position. State whether this is binomial or not and state why.

References

“Access to electricity (% of population),” The World Bank, 2013. Available online at http://data.worldbank.org/indicator/EG.ELC.ACCS.ZS?order=wbapi_data_value_2009%20wbapi_data_value%20wbapi_data_value-first&sort=asc (accessed May 15, 2015).

“Distance Education.” Wikipedia. Available online at http://en.wikipedia.org/wiki/Distance_education (accessed May 15, 2013).

“NBA Statistics – 2013,” ESPN NBA, 2013. Available online at http://espn.go.com/nba/statistics/_/seasontype/2 (accessed May 15, 2013).

Newport, Frank. “Americans Still Enjoy Saving Rather than Spending: Few demographic differences seen in these views other than by income,” GALLUP® Economy, 2013. Available online at http://www.gallup.com/poll/162368/americans-enjoy-saving-rather-spending.aspx (accessed May 15, 2013).

Pryor, John H., Linda DeAngelo, Laura Palucki Blake, Sylvia Hurtado, Serge Tran. The American Freshman: National Norms Fall 2011. Los Angeles: Cooperative Institutional Research Program at the Higher Education Research Institute at UCLA, 2011. Also available online at http://heri.ucla.edu/PDFs/pubs/TFS/Norms/Monographs/TheAmericanFreshman2011.pdf (accessed May 15, 2013).

“The World FactBook,” Central Intelligence Agency. Available online at https://www.cia.gov/library/publications/the-world-factbook/geos/af.html (accessed May 15, 2013).

“What are the key statistics about pancreatic cancer?” American Cancer Society, 2013. Available online at http://www.cancer.org/cancer/pancreaticcancer/detailedguide/pancreatic-cancer-key-statistics (accessed May 15, 2013).

Chapter Review

A statistical experiment can be classified as a binomial experiment if the following conditions are met:

  1. There are a fixed number of trials, n.
  2. There are only two possible outcomes, called “success” and, “failure” for each trial. The letter p denotes the probability of a success on one trial and q denotes the probability of a failure on one trial.
  3. The n trials are independent and are repeated using identical conditions.

The outcomes of a binomial experiment fit a binomial probability distribution. The random variable X = the number of successes obtained in the n independent trials. The mean of X can be calculated using the formula μ = np, and the standard deviation is given by the formula σ = \text{ }\sqrt{npq}.

Formula Review

X ~ B(n, p) means that the discrete random variable X has a binomial probability distribution with n trials and probability of success p.

X = the number of successes in n independent trials

n = the number of independent trials

X takes on the values x = 0, 1, 2, 3, …, n

p = the probability of a success for any trial

q = the probability of a failure for any trial

p + q = 1

q = 1 – p

The mean of X is μ = np. The standard deviation of X is σ = \sqrt{npq}.

Use the following information to answer the next eight exercises: The Higher Education Research Institute at UCLA collected data from 203,967 incoming first-time, full-time freshmen from 270 four-year colleges and universities in the U.S. 71.3% of those students replied that, yes, they believe that same-sex couples should have the right to legal marital status. Suppose that you randomly pick eight first-time, full-time freshmen from the survey. You are interested in the number that believes that same sex-couples should have the right to legal marital status.

In words, define the random variable X.

X = the number that reply “yes”

X ~ _____(_____,_____)

solution B(8,0.713)

What values does the random variable X take on?

0, 1, 2, 3, 4, 5, 6, 7, 8

Construct the probability distribution function (PDF).

x P(x)

solution

 

On average (μ), how many would you expect to answer yes?

5.7

What is the standard deviation (σ)?

solution  1.2795

What is the probability that at most five of the freshmen reply “yes”?

0.4151

What is the probability that at least two of the freshmen reply “yes”?

solution  0.9990

HOMEWORK

According to a recent article the average number of babies born with significant hearing loss (deafness) is approximately two per 1,000 babies in a healthy baby nursery. The number climbs to an average of 30 per 1,000 babies in an intensive care nursery.

Suppose that 1,000 babies from healthy baby nurseries were randomly surveyed. Find the probability that exactly two babies were born deaf.

solution 0.2709

Use the following information to answer the next four exercises. Recently, a nurse commented that when a patient calls the medical advice line claiming to have the flu, the chance that he or she truly has the flu (and not just a nasty cold) is only about 4%. Of the next 25 patients calling in claiming to have the flu, we are interested in how many actually have the flu.

Define the random variable and list its possible values.

X = the number of patients calling in claiming to have the flu, who actually have the flu.

X = 0, 1, 2, …25

State the distribution of X.

solution  B(25,0.04)

Find the probability that at least four of the 25 patients actually have the flu.

0.0165

On average, for every 25 patients calling in, how many do you expect to have the flu?

solution  one

People visiting video rental stores often rent more than one DVD at a time. The probability distribution for DVD rentals per customer at Video To Go is given (Figure). There is five-video limit per customer at this store, so nobody ever rents more than five DVDs.

x P(x)
0 0.03
1 0.50
2 0.24
3
4 0.07
5 0.04
  1. Describe the random variable X in words.
  2. Find the probability that a customer rents three DVDs.
  3. Find the probability that a customer rents at least four DVDs.
  4. Find the probability that a customer rents at most two DVDs.
  1. X = the number of DVDs a Video to Go customer rents
  2. 0.12
  3. 0.11
  4. 0.77

A school newspaper reporter decides to randomly survey 12 students to see if they will attend Tet (Vietnamese New Year) festivities this year. Based on past years, she knows that 18% of students attend Tet festivities. We are interested in the number of students who will attend the festivities.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. How many of the 12 students do we expect to attend the festivities?
  5. Find the probability that at most four students will attend.
  6. Find the probability that more than two students will attend.

solution X = the number of students who will attend Tet. 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 X ~ B(12,0.18) 2.16 0.9511 0.3702

Use the following information to answer the next two exercises: The probability that the San Jose Sharks will win any given game is 0.3694 based on a 13-year win history of 382 wins out of 1,034 games played (as of a certain date). An upcoming monthly schedule contains 12 games.

The expected number of wins for that upcoming month is:

  1. 1.67
  2. 12
  3. \frac{382}{1043}
  4. 4.43

d. 4.43

Let X = the number of games won in that upcoming month.

What is the probability that the San Jose Sharks win six games in that upcoming month?

  1. 0.1476
  2. 0.2336
  3. 0.7664
  4. 0.8903

solution  a

What is the probability that the San Jose Sharks win at least five games in that upcoming month

  1. 0.3694
  2. 0.5266
  3. 0.4734
  4. 0.2305

c

A student takes a ten-question true-false quiz, but did not study and randomly guesses each answer. Find the probability that the student passes the quiz with a grade of at least 70% of the questions correct.

solution X = number of questions answered correctly X ~ B(10, 0.5) We are interested in AT LEAST 70% of ten questions correct. 70% of ten is seven. We want to find the probability that X is greater than or equal to seven. The event “at least seven” is the complement of “less than or equal to six”. Using your calculator’s distribution menu: 1 – binomcdf(10, .5, 6) gives 0.171875 The probability of getting at least 70% of the ten questions correct when randomly guessing is approximately 0.172.

A student takes a 32-question multiple-choice exam, but did not study and randomly guesses each answer. Each question has three possible choices for the answer. Find the probability that the student guesses more than 75% of the questions correctly.

  • X = number of questions answered correctly
  • X ~ B\left(\text{32, }\frac{\text{1}}{\text{3}}\right)
  • We are interested in MORE THAN 75% of 32 questions correct. 75% of 32 is 24. We want to find P(x > 24). The event “more than 24” is the complement of “less than or equal to 24.”
  • Using your calculator’s distribution menu: 1 – binomcdf\left(\text{32, }\frac{\text{1}}{\text{3}},\text{ 24}\right)
  • P(x > 24) = 0
  • The probability of getting more than 75% of the 32 questions correct when randomly guessing is very small and practically zero.

Six different colored dice are rolled. Of interest is the number of dice that show a one.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. On average, how many dice would you expect to show a one?
  5. Find the probability that all six dice show a one.
  6. Is it more likely that three or that four dice will show a one? Use numbers to justify your answer numerically.

solution X = the number of dice that show a one 0, 1, 2, 3, 4, 5, 6 X ~ B ( 6, 1 6 ) 1 0.00002 three dice –>

More than 96 percent of the very largest colleges and universities (more than 15,000 total enrollments) have some online offerings. Suppose you randomly pick 13 such institutions. We are interested in the number that offer distance learning courses.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. On average, how many schools would you expect to offer such courses?
  5. Find the probability that at most ten offer such courses.
  6. Is it more likely that 12 or that 13 will offer such courses? Use numbers to justify your answer numerically and answer in a complete sentence.
  1. X = the number of college and universities that offer online offerings.
  2. 0, 1, 2, …, 13
  3. X ~ B(13, 0.96)
  4. 12.48
  5. 0.0135
  6. P(x = 12) = 0.3186 P(x = 13) = 0.5882 More likely to get 13.

Suppose that about 85% of graduating students attend their graduation. A group of 22 graduating students is randomly chosen.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. How many are expected to attend their graduation?
  5. Find the probability that 17 or 18 attend.
  6. Based on numerical values, would you be surprised if all 22 attended graduation? Justify your answer numerically.

solution X = the number of students who attend their graduation 0, 1, 2, …, 22 X ~ B(22, 0.85) 18.7 0.3249 P(x = 22) = 0.0280 (less than 3%) which is unusual –>

At The Fencing Center, 60% of the fencers use the foil as their main weapon. We randomly survey 25 fencers at The Fencing Center. We are interested in the number of fencers who do not use the foil as their main weapon.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. How many are expected to not to use the foil as their main weapon?
  5. Find the probability that six do not use the foil as their main weapon.
  6. Based on numerical values, would you be surprised if all 25 did not use foil as their main weapon? Justify your answer numerically.
  1. X = the number of fencers who do not use the foil as their main weapon
  2. 0, 1, 2, 3,… 25
  3. X ~ B(25,0.40)
  4. 10
  5. 0.0442
  6. The probability that all 25 not use the foil is almost zero. Therefore, it would be very surprising.

Approximately 8% of students at a local high school participate in after-school sports all four years of high school. A group of 60 seniors is randomly chosen. Of interest is the number who participated in after-school sports all four years of high school.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. How many seniors are expected to have participated in after-school sports all four years of high school?
  5. Based on numerical values, would you be surprised if none of the seniors participated in after-school sports all four years of high school? Justify your answer numerically.
  6. Based upon numerical values, is it more likely that four or that five of the seniors participated in after-school sports all four years of high school? Justify your answer numerically.

solution  X = the number of high school students who participate in after school sports all four years of high school. 0, 1, 2, …, 60 X ~ B(60, 0.08) 4.8 Yes, P(x = 0) = 0.0067, which is a small probability P(x = 4) = 0.1873, P(x = 5) = 0.1824. More likely to get four. –>

The chance of an IRS audit for a tax return with over ?25,000 in income is about 2% per year. We are interested in the expected number of audits a person with that income has in a 20-year period. Assume each year is independent.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. How many audits are expected in a 20-year period?
  5. Find the probability that a person is not audited at all.
  6. Find the probability that a person is audited more than twice.
  1. X = the number of audits in a 20-year period
  2. 0, 1, 2, …, 20
  3. X ~ B(20, 0.02)
  4. 0.4
  5. 0.6676
  6. 0.0071

It has been estimated that only about 30% of California residents have adequate earthquake supplies. Suppose you randomly survey 11 California residents. We are interested in the number who have adequate earthquake supplies.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. What is the probability that at least eight have adequate earthquake supplies?
  5. Is it more likely that none or that all of the residents surveyed will have adequate earthquake supplies? Why?
  6. How many residents do you expect will have adequate earthquake supplies?

solution X = the number of California residents who do have adequate earthquake supplies. 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 B(11, 0.30) 0.0043 P(x = 0) = 0.0198. P(x = 11) = 0 or none 3.3 –>

There are two similar games played for Chinese New Year and Vietnamese New Year. In the Chinese version, fair dice with numbers 1, 2, 3, 4, 5, and 6 are used, along with a board with those numbers. In the Vietnamese version, fair dice with pictures of a gourd, fish, rooster, crab, crayfish, and deer are used. The board has those six objects on it, also. We will play with bets being ?1. The player places a bet on a number or object. The “house” rolls three dice. If none of the dice show the number or object that was bet, the house keeps the ?1 bet. If one of the dice shows the number or object bet (and the other two do not show it), the player gets back his or her ?1 bet, plus ?1 profit. If two of the dice show the number or object bet (and the third die does not show it), the player gets back his or her ?1 bet, plus ?2 profit. If all three dice show the number or object bet, the player gets back his or her ?1 bet, plus ?3 profit. Let X = number of matches and Y = profit per game.

  1. In words, define the random variable X.
  2. List the values that X may take on.
  3. Give the distribution of X. X ~ _____(_____,_____)
  4. List the values that Y may take on. Then, construct one PDF table that includes both X and Y and their probabilities.
  5. Calculate the average expected matches over the long run of playing this game for the player.
  6. Calculate the average expected earnings over the long run of playing this game for the player.
  7. Determine who has the advantage, the player or the house.
  1. X = the number of matches
  2. 0, 1, 2, 3
  3. X ~ B\left(3,\frac{1}{6}\right)
  4. In dollars: −1, 1, 2, 3
  5. \frac{1}{2}
  6. Multiply each Y value by the corresponding X probability from the PDF table. The answer is −0.0787. You lose about eight cents, on average, per game.
  7. The house has the advantage.

According to The World Bank, only 9% of the population of Uganda had access to electricity as of 2009. Suppose we randomly sample 150 people in Uganda. Let X = the number of people who have access to electricity.

  1. What is the probability distribution for X?
  2. Using the formulas, calculate the mean and standard deviation of X.
  3. Use your calculator to find the probability that 15 people in the sample have access to electricity.
  4. Find the probability that at most ten people in the sample have access to electricity.
  5. Find the probability that more than 25 people in the sample have access to electricity.

solution  X ~ B(150,0.09) Mean = np = 150(0.09) = 13.5 Standard Deviation = npq =   150(0.09)(0.91) ≈ 3.5050 P(x = 15) = binompdf(150, 0.09, 15) = 0.0988 P(x ≤ 10) = binomcdf(150, 0.09, 10) = 0.1987 P(x > 25) = 1 – P(x ≤ 25) = 1 – binomcdf(150, 0.09, 25) = 1 – 0.9991 = 0.0009 –>

The literacy rate for a nation measures the proportion of people age 15 and over that can read and write. The literacy rate in Afghanistan is 28.1%. Suppose you choose 15 people in Afghanistan at random. Let X = the number of people who are literate.

  1. Sketch a graph of the probability distribution of X.
  2. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.
  3. Find the probability that more than five people in the sample are literate. Is it is more likely that three people or four people are literate.
  1. X ~ B(15, 0.281)
    This histogram shows a binomial probability distribution. It is made up of bars that are fairly normally distributed. The x-axis shows values from 0 to 15, with bars from 0 to 9. The y-axis shows values from 0 to 0.25 in increments of 0.05.
    1. Mean = μ = np = 15(0.281) = 4.215
    2. Standard Deviation = σ = \sqrt{npq} = \sqrt{15\left(0.281\right)\left(0.719\right)} = 1.7409
  2. P(x > 5) = 1 – P(x ≤ 5) = 1 – binomcdf(15, 0.281, 5) = 1 – 0.7754 = 0.2246
    P(x = 3) = binompdf(15, 0.281, 3) = 0.1927
    P(x = 4) = binompdf(15, 0.281, 4) = 0.2259
    It is more likely that four people are literate that three people are.

Glossary

Binomial Experiment
a statistical experiment that satisfies the following three conditions:

  1. There are a fixed number of trials, n.
  2. There are only two possible outcomes, called “success” and, “failure,” for each trial. The letter p denotes the probability of a success on one trial, and q denotes the probability of a failure on one trial.
  3. The n trials are independent and are repeated using identical conditions.
Bernoulli Trials
an experiment with the following characteristics:

  1. There are only two possible outcomes called “success” and “failure” for each trial.
  2. The probability p of a success is the same for any trial (so the probability q = 1 − p of a failure is the same for any trial).
Binomial Probability Distribution
a discrete random variable (RV) that arises from Bernoulli trials; there are a fixed number, n, of independent trials. “Independent” means that the result of any trial (for example, trial one) does not affect the results of the following trials, and all trials are conducted under the same conditions. Under these circumstances the binomial RV X is defined as the number of successes in n trials. The notation is: X ~ B(n, p). The mean is μ = np and the standard deviation is σ = \sqrt{npq}. The probability of exactly x successes in n trials is
P(X = x) = \left(\begin{array}{l}n\\ x\end{array}\right)pxqn − x.

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

College Statistics Copyright © 2022 by St. Clair College is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book