SOLUTION: Five percent of all VCRs manufactured by a large electronic company are defective a quality control inspector randomly selected three VCRs from the production line. What is the pro
Algebra ->
Probability-and-statistics
-> SOLUTION: Five percent of all VCRs manufactured by a large electronic company are defective a quality control inspector randomly selected three VCRs from the production line. What is the pro
Log On
Question 567919: Five percent of all VCRs manufactured by a large electronic company are defective a quality control inspector randomly selected three VCRs from the production line. What is the probability that exactly one of these VCRs is defective? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Five percent of all VCRs manufactured by a large electronic company are defective a quality control inspector randomly selected three VCRs from the production line. What is the probability that exactly one of these VCRs is defective?
------
Binomial Problem with n = 3 and p(defect) = 0.05
----
P(x = 1) = 3C1*(0.05)*(0.95)^2 = binompdf(3,0.05,1) = 0.1354
===================
Cheers,
Stan H.
===================