SOLUTION: 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
Algebra ->
Probability-and-statistics
-> SOLUTION: 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
Log On
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.
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.
------
Binomial Problem with n = 5 and p(pass) = 0.65
-------
P(2<= x <=5) = 1-P(0<=x<=1) = 1 - binomcdf(5,0.65,1) = 0.9460
----------
Cheers,
Stan H.
------------