139k views
3 votes
At one vehicle inspection station, 13 of 52 trucks and 11 of 88 cars failed the emissions test. assuming these vehicles were representative of the cars and trucks in that area, what is the standard error of the difference in the percentages of all cars and trucks that are not in compliance with air quality regulations?

2 Answers

2 votes
The two given proportions are

p_1=(13)/(52)=0.25 and
image

Substituting the given values, we have

SE=\sqrt{(0.25\left(1-0.25\right))/(52)+(0.125\left(1-0.125\right))/(88)=0.0696}

Therefore, the standard error is 0.0696.
User Blinkingled
by
5.9k points
3 votes
The standard error (SE) of the sampling distribution difference between two proportions is given by:


SE=\sqrt{p(1-p)\left((1)/(n_1)+(1)/(n_2)\right)}

where p is the pooled sample proportion,
n_1 is the size of sample 1, and
n_</span>2 is the size of sample 2.


p= (p_1n_1+p_2n_2)/(n_1+n_2)

Given that a
t one vehicle inspection station, 13 of 52 trucks and 11 of 88 cars failed the emissions test.


p_1= (13)/(52) =0.25 \\ \\ p_2= (11)/(88) =0.125 \\ \\ n_1=52 \\ \\ n_2=88 \\ \\ p= (0.25(52)+0.125(88))/(52+88) \\ \\ = (13+11)/(140) = (24)/(140) =0.1714


SE=\sqrt{0.1714(1-0.1714)\left((1)/(52)+(1)/(88)\right)} \\ \\ = √(0.1714(0.8286)(0.0192+0.0114)) \\ \\ = √(0.1714(0.8386)(0.0306)) = √(0.0044) \\ \\ =0.0663
User Jaye Renzo Montejo
by
5.9k points