document.write( "Question 856492: 8% of student are left handed. if 20 student are randomly selected calculate
\n" ); document.write( "i)probability that right handed
\n" ); document.write( "ii)probability that at most 2 are left handed
\n" ); document.write( "iii) mean and standard deviation for the number of left handed student
\n" ); document.write( "

Algebra.Com's Answer #515992 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p(left-handed) = .08, p (right-handed) = 0.92, n = 20
\n" ); document.write( "i)probability that right handed \".92\"
\n" ); document.write( "ii)probability that at most 2 are left handed: P(x ≤ 2)= binomcdf(20,.08,2)
\n" ); document.write( "iii) mean and standard deviation for the number of left handed student
\n" ); document.write( " mean = .08*20 = 1.6 , SD = sqrt(1.6*.92) = 1.233
\n" ); document.write( "round off as directed. \n" ); document.write( "
\n" );