Question 418574
Suppose that an admission test for a certain university is designed so that the probability of passing it is 60%. Find the probability that among 20 candidates who take the test, more than 10 will pass.
----
Binomial Problem with n = 20 and p = 0.6
----
P(11 <= x <= 20) = 1-binomcdf(20,0.6,10) = 0.7554
=========
Cheers,
Stan H.
=============