document.write( "Question 922914: The probability that an individual is left handed is 0.16. in a class of 68 students, what is the probability of finding five left handers? Interpret this result. \n" ); document.write( "
Algebra.Com's Answer #559784 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(left handed) = .16, n = 68 \n" ); document.write( "P(x= 5) = binompdf(68, .16, 5) = .0185 0r 1.85% \n" ); document.write( "Not likely there will be 5 \n" ); document.write( "Expected: .16*68 = 11 rounded Up \n" ); document.write( " |