document.write( "Question 1148655:  You are conducting a study to see if the proportion of women over 40 who regularly have mammograms is significantly less than 0.81. You use a significance level of α=0.02.\r
\n" );
document.write( "\n" );
document.write( "      H0:p=0.81
\n" );
document.write( "      H1:p<0.81\r
\n" );
document.write( "\n" );
document.write( "You obtain a sample of size n=249 in which there are 181 successes.\r
\n" );
document.write( "\n" );
document.write( "What is the test statistic for this sample? (Report answer accurate to three decimal places.)
\n" );
document.write( "test statistic =\r
\n" );
document.write( "\n" );
document.write( "What is the p-value for this sample? (Report answer accurate to four decimal places.)
\n" );
document.write( "p-value =  \n" );
document.write( "
| Algebra.Com's Answer #770049 by Boreal(15235)     You can put this solution on YOUR website! p hat=181/249=0.727 \n" ); document.write( "test stat is a z=(0.727-0.81)/sqrt(0.81*0.19/249) it is difference of means/sqrt(p*(1-p)/n) \n" ); document.write( "=-0.083/0.0249=-3.342 \n" ); document.write( "p=0.0004 \n" ); document.write( "To get this result, round only at the end. \n" ); document.write( " |