131k views
0 votes
An automotive manufacturer wants to know the proportion of new car buyers who prefer foreign cars over Domestic. Step 2 of 2: Suppose a sample of 675 new car buyers is drawn. Of those sampled, 270 preferred foreign over domestic cars. Using the data construct the 90%, confidence interval for the population proportion of new car buyers who prefer foreign cars over domestic cars. Round your answers to three decimal places

2 Answers

3 votes

Answer:


0.4 - 1.64\sqrt{(0.4(1-0.4))/(675)}=0.369


0.4 + 1.64\sqrt{(0.4(1-0.4))/(675)}=0.431

The 90% confidence interval would be given by (0.369;0.431)

Explanation:

Previous concepts

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".

The margin of error is the range of values below and above the sample statistic in a confidence interval.

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

Solution to the problem

The estimated proportion for this case is given by:


\hat p = (x)/(n)= (270)/(675)= 0.4

In order to find the critical value we need to take in count that we are finding the interval for a proportion, so on this case we need to use the z distribution. Since our interval is at 90% of confidence, our significance level would be given by
\alpha=1-0.90=0.1 and
\alpha/2 =0.05. And the critical value would be given by:


z_(\alpha/2)=-1.64, z_(1-\alpha/2)=1.64

The confidence interval for the mean is given by the following formula:


\hat p \pm z_(\alpha/2)\sqrt{(\hat p (1-\hat p))/(n)}

If we replace the values obtained we got:


0.4 - 1.64\sqrt{(0.4(1-0.4))/(675)}=0.369


0.4 + 1.64\sqrt{(0.4(1-0.4))/(675)}=0.431

The 90% confidence interval would be given by (0.369;0.431)

User Jtsagata
by
5.6k points
3 votes

Answer:

The 90% confidence interval for the population proportion of new car buyers who prefer foreign cars over domestic cars is (0.369, 0.431).

Explanation:

In a sample with a number n of people surveyed with a probability of a success of
\pi, and a confidence level of
1-\alpha, we have the following confidence interval of proportions.


\pi \pm z\sqrt{(\pi(1-\pi))/(n)}

In which

z is the zscore that has a pvalue of
1 - (\alpha)/(2).

For this problem, we have that:


n = 675, \pi = (270)/(675) = 0.4

90% confidence level

So
\alpha = 0.1, z is the value of Z that has a pvalue of
1 - (0.1)/(2) = 0.95, so
Z = 1.645.

The lower limit of this interval is:


\pi - z\sqrt{(\pi(1-\pi))/(n)} = 0.4 - 1.645\sqrt{(0.4*0.6)/(675)} = 0.369

The upper limit of this interval is:


\pi + z\sqrt{(\pi(1-\pi))/(n)} = 0.4 + 1.645\sqrt{(0.4*0.6)/(675)} = 0.431

The 90% confidence interval for the population proportion of new car buyers who prefer foreign cars over domestic cars is (0.369, 0.431).

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