document.write( "Question 1182639: Let n1 = 100, X1 = 50, n2 = 100, and X2 = 30.
\n" );
document.write( "a. At the 0.05 level of significance, is there evidence of a significant difference between the two population proportions? \n" );
document.write( "
Algebra.Com's Answer #812742 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This would be a two sample proportion assuming that this is approximately normally distributed. \n" ); document.write( "Ho: p1=p2 \n" ); document.write( "Ha: p1 NE p2 \n" ); document.write( "alpha =0.05 p{reject Ho|Ho true}. Reject Ho if |z|>1.96 \n" ); document.write( "z=(0.5-0.3)/sqrt(0.4.*0.6/100+(0.4*0.6)/100), using 40% as combined proportion (80/200) \n" ); document.write( "=0.2/sqrt(0.0048) \n" ); document.write( "=2.89 \n" ); document.write( "reject Ho: The two proportions are significantly different, which is another way of saying they came from two different populations. \n" ); document.write( "p-value=0.004 \n" ); document.write( " |