A newspaper article reported that 350 people in one state were surveyed and 60% were opposed to a recent court decision. The same article reported that a similar survey of 550 people in another state indicated oppo- sition by only 20%. Construct a 95% confidence inter- val of the difference in population proportions based on the data.
% C.I=(p1-p2)-z,(p1-p2)+z
p1=0.6
n1=350
p2=0.2
n2=550
Z=1.96
95% C.I=(0.6-0.2)-1.96 ,(0.6-0.2)+1.96
95% C.I=(0.4-0.0613,0.4+0.0613)
95% C.I=(0.3387,0.4613)
Comments