Respuesta :
Answer:
Step-by-step explanation:
Confidence interval is written as
Sample proportion ± margin of error
Margin of error = z × √pq/n
Where
z represents the z score corresponding to the confidence level
p = sample proportion. It also means probability of success
q = probability of failure
q = 1 - p
p = x/n
Where
n represents the number of samples
x represents the number of success
From the information given,
n = 700
x = 46
p = 46/700 = 0.066
q = 1 - 0.066 = 0.934
To determine the z score, we subtract the confidence level from 100% to get α
α = 1 - 0.9 = 0.1
α/2 = 0.1/2 = 0.05
This is the area in each tail. Since we want the area in the middle, it becomes
1 - 0.05 = 0.95
The z score corresponding to the area on the z table is 1.645. Thus, the z score for a confidence level of 90% is 1.645
Therefore, the 90% confidence interval is
0.066 ± 1.645√(0.066)(0.934)/700
= 0.066 ± 0.0094
The lower limit of the confidence interval is
0.066 - 0.0094 = 0.0566
The upper limit of the confidence interval is
0.066 + 0.0094 = 0.0754
Answer:
(0.0503, 0.0811).
Step-by-step explanation:
The confidence interval for the unknown population proportion p is (p^−z⋆p^(1−p^)n−−−−−−−−√,p^−z⋆p^(1−p^)n−−−−−−−−√). The confidence interval can be calculated using Excel.
1. Identify α. Click on cell A1 and enter =1−0.90 and press ENTER.
2. Thus, α=0.1. Enter the number of successes, x=46, and sample size, n=700, in the Excel sheet in cells A2 and A3. To find the proportion of successes, p^, click on cell A4 and enter =A2/A3 and press ENTER.
3. Thus, p^≈0.0657. Use the NORM.S.INV function in Excel to find z⋆. Click on cell A5, enter =NORM.S.INV(1−A1/2), and press ENTER.
4. The answer for z⋆, rounded to two decimal places, is z⋆≈1.64. To calculate the standard error, p^(1−p^)n−−−−−−−−√, click on cell A6 and enter =SQRT(A4∗(1−A4)/A3) and press ENTER.
5. The answer for the standard error, rounded to four decimal places, is p^(1−p^)n−−−−−−−−√≈0.0094. To calculate the margin of error, z⋆p^(1−p^)n−−−−−−−−√, click on cell A7 and enter =A5*A6 and press ENTER.
6. The answer for the margin of error, rounded to four decimal places, is z⋆p^(1−p^)n−−−−−−−−√≈0.0154. The confidence interval for the population proportion has a lower limit of A4−A7=0.0503 and an upper limit of A4+A7=0.0811. Thus, the 90% confidence interval for the population proportion of people in the region who would order calzones if they were on the menu, based on this sample, is approximately (0.0503, 0.0811).