81.5k views
0 votes
A computer manufacturer uses chips from three sources. Chips from sources A, B, and C are defective with probabilities 0.001, 0.005, and 0.01, respectively. If a randomly selected chip is found to be defective, what is the probability that the manufacturer was A; that the manufacturer was C. My clarification: Assume that the computer manufacturer uses equal numbers of chips from each source.

User Cxyz
by
7.6k points

1 Answer

4 votes

Answer:

a) 1/16

b) 5/8

Explanation:

Let's abuse a little of the notation and also call the events A, B and C as

A= the chip comes from source A

B= the chip comes from source B

C= the chip comes from source C

Since the computer manufacturer uses equal numbers of chips from each source

P(A)=P(B)=P(C)=1/3

Let D be the event

D = the chip is defective

If a randomly selected chip is found to be defective, what is the probability that the manufacturer was A

Here we want to find P(A | D) the conditional probability that the chip comes from source A given that is defective.

By the Bayes' Theorem


\large\bf P(A | D)=(P(D|A)P(A))/(P(D|A)P(A)+P(D|B)P(B)+P(D|C)P(C))=\\\\=(0.001*(1/3))/(0.001*(1/3)+0.005*(1/3)+0.01*(1/3))=\\\\=(0.001)/(0.001+0.005+0.01)=(0.001)/(0.016)=(1)/(16)

If a randomly selected chip is found to be defective, what is the probability that the manufacturer was C

Applying the same theorem


\large\bf P(C| D)=(P(D|C)P(C))/(P(D|A)P(A)+P(D|B)P(B)+P(D|C)P(C))=\\\\=(0.01*(1/3))/(0.001*(1/3)+0.005*(1/3)+0.01*(1/3))=\\\\=(0.01)/(0.001+0.005+0.01)=(0.01)/(0.016)=(10)/(16)=(5)/(8)

User HangarRash
by
7.5k points