document.write( "Question 928119: Its is noted that 8% of school student are left handed. IF 20 students are randomly selected, calculate the
\n" );
document.write( "(a) probability that none of them are left handed
\n" );
document.write( "(b) probability that at most 2 are left handed
\n" );
document.write( "(c) mean and standard deviation for the number of left handed students \n" );
document.write( "
Algebra.Com's Answer #563475 by ewatrrr(24785) You can put this solution on YOUR website! Previously Posted \n" ); document.write( "p(left-handed) = .08, n = 20 \n" ); document.write( "Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P(x = 0LH) = binompdf(20, .08, 0)= .1887 0r = .92^20 \n" ); document.write( "P(x ≤ 2LH) = binomcdf(20, .08, 2)= .7879 \n" ); document.write( "mean = 1.6 s = sqrt(1.6*.92) = 1.2133 \n" ); document.write( " |