document.write( "Question 900281: The probability of passing an exam is 0.35. The class has 20 students. What is the probability that one fifth or less of the students pass the exam? \n" ); document.write( "
Algebra.Com's Answer #545866 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .35, n = 20 \n" ); document.write( "P(x <= 4) = binomcdf(.35,20,4)= .1182 0r 11.82% \n" ); document.write( "Recommend Using stattrek.com to check Your TI Calculator Results \n" ); document.write( "until You are comfortable using it. \n" ); document.write( " |