Question 630473
A mail order company has an 8% success rate. If it mails advertisements to 600 people, find the probability of getting less than 40 sales.
-------
Binomial Problem with n = 600 and p(success) = 0.08
----
P(0<= x <40) = binomcdf(600,0.08,39) = 0.0977
==========================
Cheers,
Stan H.