The Gauteng traffic department records show that 25% of all drivers wear seatbelts. In a random sample of 400 cars stopped at a roadblock in Gauteng, 152 of the drivers were wearing seatbelts. What is the probability that at most 18% of the drivers in Gauteng wear seatbelts? A 90% confidence interval for the proportion who wear seatbelts is given by
1
Expert's answer
2021-10-11T05:53:41-0400
Given n=400,p=0.25,q=1−p=1−0.25=0.75.
np=400(0.25)=100≥10,nq=400(0.75)=300≥10
Then p^ has approximately a normal distribution with μp^=p=0.25 and σp^=npq=4000.25(0.75)=803.
Then
P(p^<0.18)=P(Z<3/800.18−0.25)
≈P(Z<−3.23316)≈0.000612
The sample proportion is computed as follows, based on the sample size N=400 and the number of favorable cases X=152:
p^=NX=400152=0.38
The critical value for α=0.1 is zc=z1−α/2=1.6449.
The corresponding confidence interval is computed as shown below:
CI(Proportion)=(p^−zcnp^(1−p^),
p^+zcnp^(1−p^))
=(0.38−1.64494000.38(1−0.38),
0.38+1.64494000.38(1−0.38))
=(0.34,0.42)
Therefore, based on the data provided, the 90% confidence interval for the population proportion is 0.34<p<0.42, which indicates that we are 90% confident that the true population proportion p is contained by the interval (0.34,0.42).
Comments