Question 934726
if 15% of the units produced by a machine are defective. Determine the probability that out of 4 units chosen at random more than 2 units will be defective. 
-------------------
Binomial Problem with n = 4 and P(defect) = 0.15
----
P(3<= x <=4) = 1 - binomcdf(4,0.15,2) = 1-0.9880 = 0.0120
--------------
Cheers,
Stan H.
---------------