Math 105, Topics in Mathematics |
|||||||||||||||||||||||
Lesson 6: The Binomial Random Variable
Introduction
In this chapter, we talk about the number of successes in a certain number of identical and independent trials and probability. 6.1 Binomial Trials
Example 6.1.1 Suppose you toss a coin 17 times, and let X be the number of times the face H showed up. The experiment of tossing a coin is synonymous to any real life TRIAL that leads to either a SUCCESS or a FAILURE (e.g., if H showed up, we call it a success). For a unbiased coin, the probability of "success" and "failure" are same. In the case of real life trials, we are thinking of a loaded coin because in real life trials chances of success and failures need not be necessarily equal. Such a trial is called a Bernoulli trial, which has the sample space S = {s, f} where s denotes the outcome "success" and f denotes the outcome "failure." Given a Bernoulli trial, we can define a random variable Y as follows:
Let us also have the notations
So,
This random variable Y is called the Bernoulli(p) random variable. We perform such Bernoulli trials several times, and we are interested in the number of successful outcomes. Suppose we perform n independent Bernoulli(p) trials. Let X be the number of successes in these n trials. Then X is called a Binomial(n,p) or B(n,p) random variable. X can assume values
It may not be obvious that
However, we do not plan to use this formula now; we plan to use some normal approximation for binomial probability. A typical situation of binomial trials is when a pollster interviews n number of individuals to ask whether the individual would vote for a candidate or not. Then the pollster wishes to count the number of individuals X who would vote for the candidate. A trial here is interviewing one individual, and "success" means a YES answer. Before we proceed to use normal approximation to binomial, let us note the following facts.
This is the theorem we use to compute binomial probability. Please keep in mind that we get only an approximate probability, and it works well enough if n is large enough. Problems on 6.1: Binomial Trials Exercise 6.1.1. A Lawrence bank knows that
35 percent (i.e., p=0.35) of the customers visit the driveway counters.
If 400 customers visit the bank, what is the approximate probability
that more than 150 visit the driveway counter?
μ = np = 400x0.35 = 140
Look at the flash animated Solution. Exercise 6.1.2. It is known that the probability that a household owns a pressure cooker is p = 0.1. If 190 households are interviewed, find the approximate probability that
Solution:
Exercise 6.1.3. The campaign committee of a candidate claims
that sixty percent (p = 0.6) of the voters are in favor of the candidate.
You interview 150 voters. Assuming the campaign committee's claim, find
what is the approximate probability that at most 87 will favor the candidate?
Look at the flash-animated Solution. Exercise 6.1.4. A technique is used to fertilize eggs in a fertility clinic laboratory. It is known that the probability that an egg will be fertilized by this technique is p = 0.1. If 500 eggs are treated, then what is the probability that at least 60 eggs will be fertilized? Solution: Here n = 500 and p = 0.1. Suppose X is the number of eggs out of these 500 eggs that got fertilized. Then X is B(n,p) = B(500,0.1)-variable. We are asked to find approximate P(X ≤ 60).
Examine the flash-animated Solution. Exercise 6.1.5. The probability that a computer chip produced in a factory is defective is p = 0.2. If you have a sample of 60 chips, what is the probability that the number of defective will be at most 19? Solution: Here n= 60, and p = 0.2. Suppose X is the number of defective items in these 60 chips. We asked to compute approximate P(X < 20).
Examine the flash-animated Solution. Exercise 6.1.6. The probability that a
light bulb produced by a machine is defective is p = 0.2. Suppose
a quality control inspector takes a sample of 120 bulbs. What is the
probability that more than 30 bulbs will be defective? Exercise 6.1.7. Suppose the probability
that a student has access to the Internet is p = 0.8. Suppose you
interview 160 students. What is the probability that less than 120
students will have access to the Internet? Exercise 6.1.8. Suppose that the probability
that a person favors medical use of marijuana is p = 0.6. If 780 individuals
are interviewed, what is the probability that less than 450 will be
in favor? Exercise 6.1.9. Suppose the probability
that a middle-income family invests in the stock market is p = 0.8.
If we interview 880 middle-income families, then what is the probability
that more than 700 would have invested in stock market? Exercise 6.1.10. Suppose an insurance company knows from experience that the probability that a life insurance policy holder will survive another ten years is p = 0.9. The company has 2280 policies. What is the probability that more than 2025 will survive another ten years? Solution |