document.write( "Question 1135472: A medical school claims that more than 14% of its students plan to go into general practice. It is found that among a random sample of 99 of the school's students, 25% of them plan to go into general practice. Find the P-value for a test of the school's claim. Round to 4 decimals. \n" ); document.write( "
Algebra.Com's Answer #753826 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Ho: p>0.14 \n" ); document.write( "Ha: p<=0.14 \n" ); document.write( "alpha = 0.05= p{reject Ho|Ho true} \n" ); document.write( "test stat is a 1 sample proportion z=(phat-po)/sqrt((p*(1-p))/n) \n" ); document.write( "phat is 0.25 use exact since dealing with people. \n" ); document.write( "z=0.11/sqrt(0.25*0.75/99)=2.53 \n" ); document.write( "p-value=0.0057 (reject Ho) \n" ); document.write( " \n" ); document.write( " |