Question 762030
The probability of passing a statistics test is 77%. If 18 students take the statistics test, what is the probability that 14 pass the test. 
----------
Binomial Problem with n = 18 and p(pass) = 0.77
----
P(x = 14) = binompdf(18,0.77,14) = 0.2205
==============================================
Cheers,
Stan H.
================