Question 1072241
Forty-five percent of the students applying to a university are accepted. What is the probability that among the next 18 applicants at least 6 will be accepted?
-------
Binomial problem with n = 18 and p = 0.45
----
P(6<= x <= 18) = 1 - binomcdf(6,0.45,5) = 0.0083
------------
Cheers,
Stan H.
-----------