document.write( "Question 1140898: Suppose that 12% of the population are left-handed. What's the probability that there are more than 20 left-handed in a school of 200 sudents? \n" ); document.write( "
Algebra.Com's Answer #761465 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Can use normal approximation \n" ); document.write( "np=mean=24 expected \n" ); document.write( "np(1-p)=variance=24*0.88=21.12 \n" ); document.write( "sd = sqrt (variance)=4.60 \n" ); document.write( "normal approximation \n" ); document.write( "z>(20.5-24)/4.6 using continuity correction factor \n" ); document.write( ">-3.5/4.6 \n" ); document.write( ">-0.76 \n" ); document.write( "probability is 0.7764 \n" ); document.write( " |