document.write( "Question 1168109: 2. Suppose a presidential candidate wants to compare the preferences of registered voters
\n" );
document.write( "in the northeastern United States with those in the southeastern United States. Such
\n" );
document.write( "a comparison would help determine where to concentrate campaign efforts. The candidate hires a professional pollster to randomly choose 1,500 registered voters in the northeast and 2,000 in the southeast and interview each to learn of her or his voting preference.\r
\n" );
document.write( "\n" );
document.write( "Construct a 95% confidence interval for the difference between population proportion of voters in Northeast and the population proportion of voters in Southeast.\r
\n" );
document.write( "\n" );
document.write( "Results of Poll
\n" );
document.write( "Northeast Southeast
\n" );
document.write( "n1 = 1,500 n2 = 2,000
\n" );
document.write( "x1 = 546 x2 = 475\r
\n" );
document.write( "\n" );
document.write( "Please helps thanks! \n" );
document.write( "
Algebra.Com's Answer #792725 by Boreal(15235) You can put this solution on YOUR website! p1=0.364 \n" ); document.write( "p2=0.2375\r \n" ); document.write( "\n" ); document.write( "the difference is 0.1265 \n" ); document.write( "the SE is sqrt (0.364*0.636/1500)+(0.2375*0.7625/2000). this is sqrt (p1*(1-p1)/n2+p2(1-p2)/n2)) \n" ); document.write( "=0.0156 \n" ); document.write( "the CI half-interval is 1.96*0.0156=0.0306 \n" ); document.write( "this is added to and subtracted from the mean to get (0.0959, 0.1571)\r \n" ); document.write( "\n" ); document.write( "Where you round and how much determines that last two decimal places. \n" ); document.write( " |