Question 378158: a machine that manufacturers automobile parts is estimated to produce defective parts 8% of the time.If this estimate is correct, and 10 parts produced by this machine are randomly selected, what is the probabilty that few than 2 turn out to be defective.
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! a machine that manufacturers automobile parts is estimated to produce defective parts 8% of the time.If this estimate is correct, and 10 parts produced by this machine are randomly selected, what is the probabilty that few than 2 turn out to be defective.
----
Binomial Problem with n = 10 and p = 0.08
---
P(0<= x <=2) = binomcdf(10,0.08,2) = 0.9599
=================
Cheers,
Stan H.
|
|
|