Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

An article in the Los Angeles Times (December 8,1991) reported that there are 40,000 travel agencies nationwide, of which 11,000 are members of the American Society of Travel Agents (booking a tour through an ASTA member increases the likelihood of a refund in the event of cancellation). a. If \(x\) is the number of ASTA members among 5000 randomly selected agencies, could you use the methods of Section \(7.8\) to approximate \(P(1200

Short Answer

Expert verified
a) Yes, the normal approximation can be used as both np and n(1-p) are greater than 5. b) The mean value is 27.5 and the standard deviation is 4.4295. c) No, the standard deviation does not double but increases by a factor of \(\sqrt{2}\) when the sample size is doubled.

Step by step solution

01

Evaluate The Normal Approximation For Large n

In part a, with a sample size of 5000, \(x\) is the number of ASTA members among the randomly selected. The proportion of ASTA members nationwide is \(p = 11000/40000 = 0.275\). The large sample size makes it possible to use a normal approximation. However, in this scenario both \(np = 5000*0.275 = 1375\) and \(n(1-p) = 5000*0.725 = 3625\) are greater than 5, justifying the application of the normal approximation to the binomial distribution.
02

Calculate Mean and Standard Deviation

In part b, we use the formulas for the mean \(\mu=np\) and standard deviation \(\sigma=\sqrt{np(1-p)}\) of the binomial distribution. With n=100 and p=0.275, we have \(\mu=np=100*0.275=27.5\) ASTA members and \(\sigma = \sqrt{100*0.275*0.725} = 4.4295\). Thus, among 100 agencies, on average 27.5 are ASTA members, with a standard deviation of 4.4295.
03

Understand The Change In Standard Deviation When Sample Size Doubles

In part c, the question asks if the standard deviation will double with the sample size. The formula for standard deviation is \(\sigma = \sqrt{np(1 - p)}\). If n (the sample size) is doubled, the formula becomes \(\sigma = \sqrt{2np(1 - p)} = \sqrt{2} * \sqrt{np(1 - p)}\). Therefore, the standard deviation does not double but increases by a factor of \(\sqrt{2}\). Note that this is assuming that the proportion p stays the same as sample size increases.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

A coin is spun 25 times. Let \(x\) be the number of spins that result in heads (H). Consider the following rule for deciding whether or not the coin is fair: Judge the coin fair if \(8 \leq x \leq 17\). Judge the coin biased if either \(x \leq 7\) or \(x \geq 18\). a. What is the probability of judging the coin biased when it is actually fair? b. What is the probability of judging the coin fair when \(P(\mathrm{H})=.9\), so that there is a substantial bias? Repeat for \(P(\mathrm{H})=.1 .\) c. What is the probability of judging the coin fair when \(P(\mathrm{H})=.6\) ? when \(P(\mathrm{H})=.4 ?\) Why are the probabilities so large compared to the probabilities in Part (b)? d. What happens to the "error probabilities" of Parts (a) and (b) if the decision rule is changed so that the coin is judged fair if \(7 \leq x \leq 18\) and unfair otherwise? Is this a better rule than the one first proposed? Explain.

A machine that produces ball bearings has initially been set so that the true average diameter of the bearings it produces is \(0.500\) in. A bearing is acceptable if its diameter is within \(0.004\) in. of this target value. Suppose, however, that the setting has changed during the course of production, so that the distribution of the diameters produced is well approximated by a normal distribution with mean \(0.499\) in. and standard deviation \(0.002\) in. What percentage of the bearings produced will not be acceptable?

An appliance dealer sells three different models of upright freezers having \(13.5,15.9\), and \(19.1\) cubic feet of storage space. Let \(x=\) the amount of storage space purchased by the next customer to buy a freezer. Suppose that \(x\) has the following probability distribution: $$ \begin{array}{lrrr} x & 13.5 & 15.9 & 19.1 \\ p(x) & .2 & .5 & .3 \end{array} $$ a. Calculate the mean and standard deviation of \(x\). b. If the price of the freezer depends on the size of the storage space, \(x\), such that Price \(=25 x-8.5\), what is the mean value of the variable Price paid by the next customer? c. What is the standard deviation of the price paid?

Thirty percent of all automobiles undergoing an emissions inspection at a certain inspection station fail the inspection. a. Among 15 randomly selected cars, what is the probability that at most 5 fail the inspection? b. Among 15 randomly selected cars, what is the probability that between 5 and 10 (inclusive) fail to pass inspection? c. Among 25 randomly selected cars, what is the mean value of the number that pass inspection, and what is the standard deviation of the number that pass inspection? d. What is the probability that among 25 randomly selected cars, the number that pass is within 1 standard deviation of the mean value?

Consider a large ferry that can accommodate cars and buses. The toll for cars is $$\$ 3$$, and the toll for buses is $$\$ 10 .$$ Let \(x\) and \(y\) denote the number of cars and buses, respectively, carried on a single trip. Cars and buses are accommodated on different levels of the ferry, so the number of buses accommodated on any trip is independent of the number of cars on the trip. Suppose that \(x\) and \(y\) have the following probability distributions: $$ \begin{array}{lrrrrrr} x & 0 & 1 & 2 & 3 & 4 & 5 \\ p(x) & .05 & .10 & .25 & .30 & .20 & .10 \\ y & 0 & 1 & 2 & & & \\ p(y) & .50 & .30 & .20 & & & \end{array} $$ a. Compute the mean and standard deviation of \(x\). b. Compute the mean and standard deviation of \(y\). c. Compute the mean and variance of the total amount of money collected in tolls from cars. d. Compute the mean and variance of the total amount of money collected in tolls from buses. e. Compute the mean and variance of \(z=\) total number of vehicles (cars and buses) on the ferry. f. Compute the mean and variance of \(w=\) total amount of money collected in tolls.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free