document.write( "Question 990261: The pass rate for a statistics test in a class of MBA is 65% percentage. If five students are randomly selected from the class, determine the probability that at least two students passed test. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #610581 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The pass rate for a statistics test in a class of MBA is 65% percentage. If five students are randomly selected from the class, determine the probability that at least two students passed test. \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 5 and p(pass) = 0.65 \n" ); document.write( "------- \n" ); document.write( "P(2<= x <=5) = 1-P(0<=x<=1) = 1 - binomcdf(5,0.65,1) = 0.9460 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |