






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
What are they? Sometimes called manifesting cheat codes. Sometimes called angel numbers or grabovoi codes. Grigory Grabovoi is a popular and controversial ...
Typology: Study notes
1 / 10
This page cannot be seen from the preview
Don't miss anything!







The normal distribution has many applications and is used extensively in statistical infer- ence. In addition, many distributions, or populations, are approximately normal. The Central Limit Theorem, which is introduced in Section 7.2, provides some theoretical justification for this empirical evidence. In these cases, the normal distribution may be used to compute approximate probabilities. Recall that the binomial distribution was defined in Section 5.4. Although it seems strange, under certain circumstances a (continuous) normal distribution can be used to approximate a (discrete) binomial distribution. Suppose X is a binomial random variable with n = 10 and p = 0.5. The probability histogram for this distribution is shown in Figure 6.70. In this case, the area of each rect- angle represents the probability associated with a specific value of the random variable. For example, in Figure 6.71 the total area of the rectangular shaded regions is P(4 ≤ X≤7).
For each rectangle, the width is 1 and the height is equal to the probability associated with a specific value. Therefore, the area of each rectangle (width × height) also represents probability.
Figure 6.70 Probability histogram associated with a binomial random variable defined by n =10 and p =0.5.
Figure 6.71 The area of the shaded rectangles is P (4 ≤ X≤7).
p ( x )
x 0 1 2 3 4 5 6 7 8 9 10
p ( x )
x 0 1 2 3 4 5 6 7 8 9 10
The probability histogram corresponding to the binomial distribution in Figure 6. is approximately bell-shaped. Consider a normal random variable with a mean and vari- ance from the corresponding binomial distribution. That is, μ = np = (10)(0.5) = 5 and σ^2 = np (1 − p) = (10)(0.5)(0.5) = 2.5. The graph of the probability density function for this normal random variable and the probability histogram for the original binomial ran- dom variable are shown in Figure 6..
Figure 6.72 Probability histogram and probability density function.
ƒ ( x )
x 0 1 2 3 4 5 6 7 8 9 10
The graph of the probability density function appears to pass through the middle top of each rectangle and is a smooth, continuous approximation to the probability histogram.
The probability of an event involving a normal random variable is associated with the area under the graph of the density function. In this example, the total area under the probability density function seems to be fairly close to the total area of the probability histogram rect- angles. Therefore, it seems reasonable to use the normal random variable to approximate probabilities associated with the binomial random variable. There is still one minor issue, but it is easily addressed. Here is an example to illustrate the approximation process.
Approximation and the Continuity Correction
EXAMPLE 6.12 Exact Versus Approximate Probability Suppose X is a binomial random variable with 10 trials and probability of success 0.5. That is, X ∼ B(10, 0.5). (a) Find the exact probability, P(4 ≤ X ≤7). (b) Use the normal approximation to find P(4 ≤ X ≤7).
(a) Use the techniques introduced in Section 5..
P(4 7) P( 7) P( 3) 0.9453 0.
(b) For X ∼ B(10, 0.5), μ = 5 and σ^2 = 2.5. Figure 6.72 suggests that X ∼^ • N(5, 2.5). Using this approximation, P(4 ≤ X ≤ 7) ≈ P(4 ≤ X≤7)
Binomial RV Normal RV
Figure 6.73 and Figure 6.74 show technology solutions.
EXAMPLE 6.12EXAMPLE 6.
The symbol ∼• means is approximately distributed as.
Figure 6.73 Probability calculations associated with the binomial random variable.
Figure 6.74 Probability calculations associated with the normal random variable.
a <- pbinom(7,10,0.5) b <- pbinom(3,10,0.5) prob <- a - b round(cbind(a,b,prob),4) a b prob [1,] 0.9453 0.1719 0.
a <- pnorm(7,5,sqrt(2.5)) b <- pnorm(4,5,sqrt(2.5)) prob <- a-b round(cbind(a,b,prob),4) a b prob [1,] 0.897 0.2635 0.
Use cumulative probability.
Simplify.
Use Appendix Table 1.
Standardize.
Use Equation 6.8; simplify. Use cumulative probability. Use Appendix Table 3.
This approximation isn’t very close to the exact probability, and Figure 6.72 suggests a reason for the difference. By finding the area under the normal probability density function from 4 to 7, we have left out half of the area of the rectangle above 4 and half of the area of the rectangle above 7.
Summary and Application The previous example suggests the following approximation procedure.
Suppose X is a binomial random variable with n trials and probability of success p, X ∼ B( ,n p ). If n is large and both np ≥ 10 and n(1 − p) ≥ 10 , then the random vari- able X is approximately normal with mean μ = np and variance σ^2 = np(1 − p ), ∼ N( , (1 − ))
X np np p.
A CLOSER LOOK
EXAMPLE 6.13 Telephone Spam We’ve all had those annoying cell phone calls from Heather, Daisy, or Oscar, trying to sell life insurance or an additional car warranty. First Orion, a call protection agency, recently issued a report that suggested 45% of all cell phone calls in 2019 will be spam. 1 Suppose 500 cell phone calls are selected at random. Use the normal approximation to the binomial distribution to answer the following questions. (a) Find the probability that at least 240 of the cell phone calls will be spam. (b) Find the probability that at exactly 245 of the cell phone calls will be spam. (c) Suppose 200 of the cell phone calls are spam. Is there any evidence to suggest that the proportion of cell phone calls that are spam is less than 0.45? Justify your answer.
(a) Let X be the number of cell phone calls that are spam. X is a binomial random vari- able with n = 500 and p = 0.45, X ∼ B(500, 0.45). Use Equation 5.8 to find the mean and variance of the binomial random variable X. μ = np= (500)(0.45) = 225 σ^2 = np(1 − p) = (500)(0.45)(0.55) =123. For n = 500 and p = 0.45, check the nonskewness criterion. np = (500)(0.45) = 225 ≥ 10 and n(1 − p) = (500)(0.55) = 275 ≥ 10 Both inequalities are satisfied. The distribution of X is approximately normal with μ = 225 and σ^2 = 123.75: X ∼•^ N(225, 123.75). The probability that at least 240 cell phone calls will be spam is
EXAMPLE 6.13EXAMPLE 6.
Binomial RV Normal RV
The probability that at least 240 cell phone calls will be spam is approximately 0.0968. Figure 6.78 shows part of the graph of the binomial probability histogram and approximate normal probability density function. We need to include the area of the rectangle corresponding to 240. Using the continuity correction with the normal approximation, start at 240 − 0.5 =239.5.
Use the normal approximation with a continuity correction.
Standardize.
Simplify; use cumulative probability. Use Appendix Table 3. Simplify.
ƒ ( x )
x 236 238 240 242 244
Figure 6.78 Using the normal 0. approximation, start at 239.5.
Figure 6.79 shows a technology solution.
(b) The probability that exactly 245 cell phone calls are spam is P( X = 245) ≈ P(244.5 ≤ X≤245.5)
Binomial RV Normal RV
The probability that exactly 245 cell phone calls are spam is approximately 0.0072. Figure 6.80 shows part of the graph of the binomial probability histogram and approximate normal probability density function. To approximate the area of the single rectangle corresponding to 245, use the endpoints of the rectangle.
Use the normal approximation with a continuity correction.
prob <- pnorm(239.5,225,sqrt(123.75),lower.tail=FALSE) round(prob,4) Figure 6.79 Probability calculation [1] 0. using the normal approximation.
Standardize.
Use Equation 6.8; simplify. Use cumulative probability. Use Appendix Table 3.
Figure 6.82 Probability calculations using the normal approximation.
mu <- 225 sigma <- sqrt(123.75) prob <- pnorm(200.5,mu,sigma) round(prob,4) [1] 0.
6.142 True or False The normal approximation to the binomial distribution can be used for any values of n^ and^ p.
6.143 True or False Using the normal approximation to a binomial distribution, the probability of a single value is always 0.
6.144 True or False To use the normal approximation to the binomial distribution, the number of trials n must be at least 30.
6.145 True or False The normal approximation to the binomial distribution always provides an overestimate of the exact probability.
6.146 Short Answer If X ∼ B( ,n p ), find the mean and variance of the approximate normal random variable.
6.147 Short Answer When using the normal approximation to the binomial distribution, explain why the continuity correction improves the approximation.
6.148 Suppose X is a binomial random variable with n trials and probability of success p. Check the nonskewness criterion and find the distribution of the corresponding approximate normal random variable. (a) n = 30, p = 0. (b) n = 85, p = 0. (c) n = 340, p = 0. (d) n = 605, p = 0.
6.149 Suppose X is a binomial random variable with n = 25 trials and probability of success p^ =^ 0.45. (a) Check the nonskewness criterion. (b) Find the distribution of the corresponding approximate normal random variable. (c) Carefully sketch the probability histogram for the binomial random variable and the probability density function for the normal random variable on the same coordinate axes.
6.150 Suppose X is a binomial random variable with n = 100 trials and probability of success p^ =^ 0.03.
(a) Check the nonskewness criterion. (b) Compute the values μ ± 3 σ. (c) Find the distribution of the corresponding approximate normal random variable. Using the results from parts (a) and (b), is the normal distribution a good approximation to the binomial distribution? Justify your answer. (d) Carefully sketch a portion of the probability histogram for the binomial random variable and the probability density function for the normal random variable near 0 on the same coordinate axes. Explain geometrically why the approximation is or is not accurate. 6.151 Suppose X is a binomial random variable with n = 25 trials and probability of success p = 0.60. Find each probability using the binomial random variable, the approximate normal random variable without the continuity correction, and the approximate normal random variable with the continuity correction. (a) P(X ≤14) (b) P(X <14) (c) P(16 ≤ X≤19) (d) P(X >10) 6.152 Suppose X is a binomial random variable with n = 600 trials and probability of success p = 0.35. Find the probability using the normal approximation to the binomial distribution with a continuity correction. (a) P X( >220) (b) P(X ≤198) (c) P(190 < X<200) (d) P(X =212)
6.153 Fuel Consumption and Cars Digital Radio UK recently reported that 55% of all new cars sold in the United Kingdom are equipped with a digital radio. Suppose a random sample of 100 new car purchases in the United Kingdom is obtained. Answer each question using the normal approximation to the binomial distribution. (a) Find the approximate probability that at least 60 new cars are equipped with a digital radio.
Section 6.5 Exercises
TRY IT NOW Go to Exercises 6.155 and 6.
(b) Find the approximate probability that fewer than 57 new cars are equipped with a digital radio. (c) Find the approximate probability that between 45 and 55 (inclusive) new cars are equipped with a digital radio.
6.154 Technology and the Internet Many companies are researching ways in which drones could help improve their business. For example, Amazon could use drones to deliver packages more quickly and Domino’s could use drones to get pizza to your door faster and hotter. Despite the many possibilities, a recent survey indicated that 54% of Americans believe that personal and commercial drones should not be allowed to fly near people’s homes.^2 Suppose 160 Americans are selected at random. Answer each problem using the normal approximation to the binomial distribution. (a) Find the approximate probability that fewer than 80 Americans believe that drones should not be allowed to fly near people’s homes. (b) Find the approximate probability that at least 100 Americans believe that drones should not be allowed to fly near people’s homes. (c) Find the approximate probability that exactly 92 Americans believe that drones should not be allowed to fly near people’s homes.
6.155 Education and Child Development According to the Nation’s Report Card, also known as the National Assessment of Educational Progress (NAEP), only 25% of 12th-grade students are proficient in mathematics.^3 Suppose 200 U.S. 12th-graders are selected at random. Answer each problem using the normal approximation to the binomial distribution. (a) Find the approximate probability that at least 55 12th-graders are proficient in mathematics. (b) Find the approximate probability that between 60 and 65 (inclusive) 12th-graders are proficient in mathematics. (c) Suppose the NAEP test results for each student are used to find that 36 (of the 200) 12th-grade students are proficient in mathematics. Is there any evidence to suggest that fewer than 25% of 12th-graders are proficient in mathematics? Justify your answer.
6.156 Many science conferences and research papers have focused on global warming in recent years. Several climate model predictions include higher surface temperatures, rising sea levels, and larger subtropical deserts. Global leaders continue to discuss possible actions to stop or slow these trends. In a recent survey, only 54% of Americans said that global warming should be a high priority for political leaders and governments. 4 Suppose 250 Americans are selected at random and each is asked if global warming should be a priority issue. Answer each problem using the normal approximation to the binomial distribution. (a) Find the approximate probability that at most 130 Americans believe global warming should be a priority issue. (b) Find the approximate probability that fewer than 125 Americans believe that global warming should be a priority issue.
(c) Find the approximate probability that between 135 and 145 (inclusive) believe that global warming should be a priority issue. 6.157 Medicine and Clinical Studies When filling a prescription, a generic option is often available as an alternative to a brand-name drug. The generic drug is usually equally effective and less expensive. In Canada, 70% of all retail prescriptions are filled using generic drugs.^5 Suppose 300 prescriptions filled in Canada are randomly selected. Answer each problem using the normal approximation to the binomial distribution. (a) Let X be the number of prescriptions filled using a generic drug. Find the approximate distribution of the random variable X. (b) Find the approximate probability that at least 220 prescriptions were filled using a generic drug. (c) Suppose 200 of the prescriptions were filled using generic drugs. Is there any evidence to suggest that the claim is wrong, that the true proportion of prescriptions filled using generic drugs is less than 0.70? Justify your answer. 6.158 Manufacturing and Product Development There is an ongoing debate about whether to label genetically engineered (GE) foods. In the United States, many processed foods include at least one GE ingredient—for example, GE soybeans, corn, or canola. Suppose 60% of all Americans believe GE foods should be labeled and a random sample of 500 Americans is selected. Answer each problem using the normal approximation to the binomial distribution. (a) Find the approximate probability that exactly 305 Americans believe GE foods should be labeled. (b) Find the approximate probability that at least 310 Americans believe GE foods should be labeled. (c) Find the approximate probability that more than 310 Americans believe GE foods should be labeled. 6.159 Marketing and Consumer Behavior “Black Friday” is the day after Thanksgiving and the traditional first day of the Christmas shopping season. Suppose a recent poll suggested that 66% of Black Friday shoppers are actually buying for themselves. A random sample of 130 Black Friday shoppers is obtained. Answer each problem using the normal approximation to the binomial distribution. (a) Find the approximate probability that fewer than 76 Black Friday shoppers are buying for themselves. (b) Find the approximate probability that between 77 and 87 (inclusive) Black Friday shoppers are buying for themselves. (c) Suppose 90 Black Friday shoppers are buying for themselves. Is there any evidence to suggest that the claim is wrong, that the true proportion of Black Friday shoppers buying for themselves is greater than 0.66? Justify your answer. 6.160 Psychology and Human Behavior We all need to call a customer service representative at some time. It is often difficult to speak with a live person, and the waiting time can be aggravating. Consequently, 36% of Americans admit that they
Notes
1 The Hill talk, accessed on December 20, 2018, http:// thehilltalk.com/2018/09/22/45-percent-cell-phone-spam- calls/ 2 Pew Research Center, accessed on December 21, 2018, http://www.pewresearch.org/fact-tank/2017/12/19/8-of- americans-say-they-own-a-drone-while-more-than-half- have-seen-one-in-operation/ 3 The Nation’s Report Card, accessed on December 21, 2018, https://www.nationsreportcard.gov/ 4 Sightline Institute, accessed on December 21, 2018, https:// www.sightline.org/2018/08/06/climate-change-hot-voter- issue-2018-midterms/
5 Global News, accessed on December 21, 2018, https:// globalnews.ca/news/4251192/generic-vs-brand-name- drugs-canada/ 6 Precision Vaccinations, accessed on December 21, 2018, https://www.precisionvaccinations.com/less-40-percent- canadians-have-been-getting-annual-flu-shot 7 Reuters, accessed on December 21, 2018, https://www .reuters.com/article/us-pfizer-jobs/pfizer-to-cut-around-2- percent-of-jobs-through-early-next-year-idUSKCN1MR2MA 8 Center for American Progress, accessed on December 21, 2018, https://www.americanprogress.org/press/release /2018/12/06/461886/release-unprecedented-report-finds- majority-americans-live-child-care-desert-neighborhoods/
(b) Use the normal approximation to the binomial distribution to find the approximate probability that at most 2 employees will lose their jobs. (c) Explain why in this case the normal approximation to the binomial distribution is not very accurate. (d) Carefully sketch a graph of the binomial probability histogram and the approximate normal probability density function near the mean. Use this graph to justify your answer to part (c). (e) Suppose 7 of the employees actually lose their job. Is there any evidence to suggest that Pfizer’s claim is wrong, that the true proportion of employees who lose their job is greater than 0.02? Justify your answer using both the binomial distribution and the normal approximation.
6.167 Education and Child Development The Center for American Progress recently released a report detailing the state of child care in America. The study found that 51% of Americans live in neighborhoods classified as childcare deserts, areas with inadequate access to child care. 8 Suppose 1000 Americans were selected at random and those living in childcare deserts were identified. (a) Use the binomial distribution to find the exact probability that 510 Americans live in a childcare desert. (b) Use the normal approximation to the binomial distribution to find the approximate probability that exactly 510 Americans live in a childcare desert. (c) Explain why in this case the normal approximation to the binomial distribution is very accurate. (d) Suppose 525 Americans live in a childcare desert. Is there any evidence to suggest that the proportion of Americans who live in a childcare desert has increased? Justify your answer using the normal approximation to the binomial distribution.
6.168 Biology and Environmental Science Recall that a Poisson random variable is often used to model rare events and is a (discrete) count of the number of times a specific event occurs during a given interval. Suppose X is a Poisson random variable with mean λ. Then^ μ^ =^ λ and^ σ^^2 = λ. If λ >10, then the random variable X is approximately normal with mean μ^ =^ λ and variance^ σ^^2 = λ :^ X^ ∼•^ N(^ λ λ ,^ ). As^ λ increases, the approximation becomes more accurate. An appropriate continuity correction should be used whenever this normal approximation to a Poisson distribution is applied. Hops are used in brewing beer; they make up about 5% of the total volume of beer, but contribute about 50% of the taste. Suppose that farmers spray their hops 14 times per year using a wide variety of pesticides and fungicides. Also suppose that a hops farmer is selected at random. (a) Use the Poisson distribution to find the probability that the farmer sprays the hops at least 17 times during the year. (b) Use the Poisson distribution to find the probability that the farmer sprays the hops fewer than 10 times during the year. (c) Suppose the farmer sprays the hops between 8 and 20 times (inclusive) during the year. Use the Poisson distribution to find the probability that the farmer sprays the hops at most 12 times during the year. (d) Use the normal approximation to the Poisson distribution with the appropriate continuity correction to answer parts (a), (b), and (c). (e) Suppose the farmer sprays the hops 22 times during the year. In addition to avoiding beer made with these hops, is there any evidence to suggest that the mean number of times the hops are sprayed in a year is greater than 14? Justify your answer.