document.write( "Question 1143537: Suppose that at a large university 30% of students are involved in intramural sports. If we randomly select 20 students from this university, what is the probability that more than 7 of these students are involved in intramural sports?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #764417 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Use normal approximation \n" ); document.write( "mean is np=.30*20=6 \n" ); document.write( "variance is np(1-p)=6*0.70=4.2 \n" ); document.write( "sd is sqrt (V)=2.05 \n" ); document.write( "greater than 7 using continuity correction factor of 7.5 \n" ); document.write( "z>(7.5-6)/2.05 or z> 0.73 \n" ); document.write( "0.2327 is probability \r \n" ); document.write( "\n" ); document.write( "calculator gives 0.2277 for exact answer. \n" ); document.write( " |