In: Statistics and Probability
People end up tossing 12% of what they buy at the grocery store (Reader's Digest, March, 2009). Assume this is the true population proportion and that you plan to take a sample survey of 540 grocery shoppers to further investigate their behavior. Round your answers to four decimal places. a. Show the sampling distribution of p, the proportion of groceries thrown out by your sample respondents. The distribution is Mean = = b. What is the probability that your survey will provide a sample proportion within ±.03 of the population proportion? c. What is the probability that your survey will provide a sample proportion within ±.015 of the population proportion? In determining your answer, use the standard error found in part a. and the probability found using the tables in the text.
a)
sampling distribution of p, = 0.12
std.erro = sqrt(0.12 *(1-0.12)/540) = 0.0140
b)
Here, μ = 0.12, σ = 0.014, x1 = 0.09 and x2 = 0.15. We need to compute P(0.09<= X <= 0.15). The corresponding z-value is calculated using Central Limit Theorem
z = (x - μ)/σ
z1 = (0.09 - 0.12)/0.014 = -2.14
z2 = (0.15 - 0.12)/0.014 = 2.14
Therefore, we get
P(0.09 <= X <= 0.15) = P((0.15 - 0.12)/0.014) <= z <=
(0.15 - 0.12)/0.014)
= P(-2.14 <= z <= 2.14) = P(z <= 2.14) - P(z <=
-2.14)
= 0.9838 - 0.0162
= 0.9676
c)
Here, μ = 0.12, σ = 0.014, x1 = 0.105 and x2 = 0.135. We need to compute P(0.105<= X <= 0.135). The corresponding z-value is calculated using Central Limit Theorem
z = (x - μ)/σ
z1 = (0.105 - 0.12)/0.014 = -1.07
z2 = (0.135 - 0.12)/0.014 = 1.07
Therefore, we get
P(0.105 <= X <= 0.135) = P((0.135 - 0.12)/0.014) <= z
<= (0.135 - 0.12)/0.014)
= P(-1.07 <= z <= 1.07) = P(z <= 1.07) - P(z <=
-1.07)
= 0.8577 - 0.1423
= 0.7154