SOLUTION: A store sells three types of flash drives: brand A, brand B, and brand C. Of the flash drives it sells, 60% are brand A, 25% are brand B, and 15% are brand C. The store has found t

Algebra ->  Probability-and-statistics -> SOLUTION: A store sells three types of flash drives: brand A, brand B, and brand C. Of the flash drives it sells, 60% are brand A, 25% are brand B, and 15% are brand C. The store has found t      Log On


   



Question 1161236: A store sells three types of flash drives: brand A, brand B, and brand C. Of the flash drives it sells, 60% are brand A, 25% are brand B, and 15% are brand C. The store has found that 20% of the brand A flash drives, 15% of the brand B flash drives, and 5% of the brand C flash drives are returned as defective. If a flash drive is returned as defective, what is the probability that it is a brand A flash drive? A brand B flash drive? A brand C flash drive?
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.

It is a conditional probability problem.



The probability that the flash drive is defective is 

    P(defective) = 0.60*0.2 + 0.25*0.15 + 0.15*0.05 = 0.165.



The probability that the randomly selected flash drive, made by machine A is defective, is

    P(A and defective) = 0.60*0.2 = 0.12.


The probability that the randomly selected defective flash drive was made by machine A is

    P(A | defective) = P(A and defective)/P(defective) = %280.60%2A0.2%29%2F%280.60%2A0.2+%2B+0.25%2A0.15+%2B+0.15%2A0.05%29 = 0.12%2F0.165 = 0.727273.    ANSWER to (a)



Similarly, the probability that the randomly selected defective flash drive was made by machine B is

    P(B | defective) = P(B and defective)/P(defective) = %280.25%2A0.15%29%2F%280.60%2A0.2+%2B+0.25%2A0.15+%2B+0.15%2A0.05%29 = 0.227273.            ANSWER to (b)



           the probability that the randomly selected defective flash drive was made by machine C is

    P(C | defective) = P(C and defective)/P(defective) = %280.15%2A0.05%29%2F%280.60%2A0.2+%2B+0.25%2A0.15+%2B+0.15%2A0.05%29 = 0.045455.            ANSWER to (c)



As a check,  the sum of the three conditional probabilities is equal to 1 (one).

    0.727273 + 0.227273 + 0.045455 = 1.

Solved.