document.write( "Question 1102338: Test the hypothesis using the P-value approach. Be sure to verify the requirements of the test.
\n" );
document.write( "Upper H0: p=0.3 versus Upper H1: p>0.3
\n" );
document.write( "n=200; x=70, alphaα=0.01 \n" );
document.write( "
Algebra.Com's Answer #717126 by stanbon(75887) ![]() You can put this solution on YOUR website! Test the hypothesis using the P-value approach. Be sure to verify the requirements of the test. \n" ); document.write( "Upper H0: p=0.3 versus Upper H1: p>0.3 \n" ); document.write( "n=200; x=70, alphaα=0.01 \n" ); document.write( "sample proportion = 70/200 = 0.35 \n" ); document.write( "---- \n" ); document.write( "z(0.35) = (0.35-0.3)/sqrt[0.3*0.7/70] = 0.9128 \n" ); document.write( "---- \n" ); document.write( "p-value = P(z > 0.9128) = normalcdf(0.9128,100) = 0.1807 \n" ); document.write( "--- \n" ); document.write( "Conclusion:: Sine the p-value is greater than 1%, fail to reject Ho. \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |