SOLUTION: If the failure rate of TVs is 13.3%, what is the probability that 25 of the 150 TVs produced will fail when they go to an appliance store?

Algebra ->  Probability-and-statistics -> SOLUTION: If the failure rate of TVs is 13.3%, what is the probability that 25 of the 150 TVs produced will fail when they go to an appliance store?       Log On


   



Question 1082724: If the failure rate of TVs is 13.3%, what is the probability that 25 of the 150 TVs produced will fail when they go to an appliance store?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If the failure rate of TVs is 13.3%, what is the probability that 25 of the 150 TVs produced will fail when they go to an appliance store?
-------
Binomial Problem:: n = 150 ; p = 0.133
------
P(x = 25) = 150C25(0.133)^25*(0.867)^125 = binompdf(150,0.133,25) = 0.0437
----
Cheers,
Stan H.
-----------