Question 949044
It is known that a certain drug causes side effects in 12% of patients. If we consider a random sampling of 15 patients, what is the probability less than two have the side effect?
 -----------
Binomial Problem with n = 15 and p(side effects) = 0.12
------
P(0<= x <1) = binomcdf(15,0.12,1) = 0.4477
---------------------
Cheers,
Stan H.
----------------