SOLUTION: A certain electronics company produces a particular type of vacuum tube. It has been observed that, on the average, three tubes of 100 are defective. The company packs the tubes in
Algebra ->
Probability-and-statistics
-> SOLUTION: A certain electronics company produces a particular type of vacuum tube. It has been observed that, on the average, three tubes of 100 are defective. The company packs the tubes in
Log On
Question 1177793: A certain electronics company produces a particular type of vacuum tube. It has been observed that, on the average, three tubes of 100 are defective. The company packs the tubes in boxes of 400. What is the probability that a certain box of 400 tubes will contain
(a) r defective tubes ?
(b) At least k defective tubes ?
(c) At most one defective tube ?
(d) Interpret your answers to (a), (b), and (c). Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! (a)
(b) P(x ≥ k) = 1 - P(x ≤ (k-1)) = 1 -
(c) P(x ≤ 1) = binomcdf(400, .03, 1) = .00006
or
P(x=0) + P(x=1)
(c) Expected value .03*400 = 12
in (a) as r approaches 12, P gets larger. In (b) P gets smaller
in (c) the probability is small because x ≤ 1 is so much less that expected value of 12.