document.write( "Question 981815: In 1993, one county reported that among 3108 white women who had babies,
\n" );
document.write( " 139 were multiple births. There were also 15 multiple births to
\n" );
document.write( " 626 black women. Does this indicate any racial difference in the likelihood of multiple births?
\n" );
document.write( " What is the test statistic (z)? \n" );
document.write( "
Algebra.Com's Answer #602761 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is a two sample proportion test \n" ); document.write( "Ho=proportions equal \n" ); document.write( "Ha=proportions not equal. \n" ); document.write( "alpha=0.05 \n" ); document.write( "test statistic;; z= [(phat1-phat2)-(p1-p2)]/sqrt{ ((p1)*(1-p1)/n1))+ ((p2)(1-p2))/n2)} \n" ); document.write( "Critical value abs(z)>1.96 \n" ); document.write( "on the calculator \n" ); document.write( "phat1=0.0447; p2hat=0.0234 \n" ); document.write( "z=2.38 \n" ); document.write( "Reject Ho; there is a difference. \n" ); document.write( " \n" ); document.write( " |