document.write( "Question 240984: Compute the test statistic used to test the null hypothesis that p1 = p2.\r
\n" );
document.write( "\n" );
document.write( "In a vote on the Clean Water bill, 53% of the 205 Democrats voted for the bill while 51% of the 230 Republicans voted for it. \n" );
document.write( "
Algebra.Com's Answer #176522 by stanbon(75887) ![]() You can put this solution on YOUR website! Compute the test statistic used to test the null hypothesis that p1 = p2. \n" ); document.write( "In a vote on the Clean Water bill, 53% of the 205 Democrats voted for the bill while 51% of the 230 Republicans voted for it. \n" ); document.write( "--------------------------------------------------------- \n" ); document.write( "Ho: p1-p2 = 0 \n" ); document.write( "---- \n" ); document.write( "ts = (0.53-0.51)/sqrt[(0.53*0.47)/205 + (0.51*0.49/230)] \n" ); document.write( "= 0.02/0.0480 \n" ); document.write( "= 0.4169 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |