186k views
1 vote
Suppose the number of business majors at liberal arts colleges are normally distributed and have a known population standard deviation of 21 students and an unknown population mean. A random sample of 35 liberal arts colleges is taken and gives a sample mean of 420 business majors. Find the margin of errorfor the confidence interval for the population mean with a 90% confidence level. Round the final answer to two decimal places.

2 Answers

1 vote

Answer:

5.838

Explanation:

To find the margin of error we need to identify three things: the z-score, σ, and n.

1.Find zα2 using invNorm. The invNormfunction has one input: probability.

Here, α=1−0.90=0.10. Probability is then 1−0.102=0.95. To find our z-score, we select invNorm after pressing 2nd then VARS. Type invNorm(0.95). The output Is 1.6448. This is the z-score.

2. σ=21.

3. n=35.

4. We type 1.6448×2135√ on the calculator. The output is 5.838, when rounded to three decimal places. This is the margin of error.

User Stefan Doychev
by
7.0k points
4 votes

Answer:

The margin of error for the confidence interval for the population mean with a 90% confidence level is of 5.84 business majors.

Explanation:

We have that to find our
\alpha level, that is the subtraction of 1 by the confidence interval divided by 2. So:


\alpha = (1-0.9)/(2) = 0.05

Now, we have to find z in the Ztable as such z has a pvalue of
1-\alpha.

So it is z with a pvalue of
1-0.05 = 0.95, so
z = 1.645

Now, find the margin of error M as such


M = z*(\sigma)/(√(n))

In which
\sigma is the standard deviation of the population and n is the size of the sample.

In this question:


\sigma = 21, n = 35

So


M = z*(\sigma)/(√(n)) = 1.645*(21)/(√(35)) = 5.84

The margin of error for the confidence interval for the population mean with a 90% confidence level is of 5.84 business majors.

User Jakob W
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.