edited by
6,537 views
13 13 votes

Company $\text{X}$ shipped $5$ computer chips, $1$ of which was defective. and company $\text{Y}$ shipped $4$ computer chips, $2$ of which were defective. One computer chip is to be chosen uniformly at a random from the $9$ chips shipped by the companies. If the chosen chip is found to be defective, what is the probability that the chip came from the company $\text{Y}?$

  1. $2/9$
  2. $4/9$
  3. $2/3$
  4. $1/2$

5 Answers

Best answer
20 20 votes

Using Bayesian probability theorem,

probability that a chip is shipped by company X = 5/9

probability that a chip is shipped by company Y = 4/9

probability of getting defective piece from company X = 1/5

probability of getting defective piece from company Y = 2/4

Hence, probability that  if the chosen chip is found to be defective,  then chip came from the company Y is

===> (4/9 * 2/4) / ((4/9 * 2/4) + (5/9 * 1/5))

===> 2/3 

Answer is C

selected by
1 1 vote

ANS IS 2/3.

1/2 IS THE PROBABILITY TO CHOOSE IN BETWEEN COMPANY X OR Y

APPLYING BAYS THEOREM

PROBABILITY=DEFECTIVE FROM COMPANY Y  /  DEFECTIVE FROM Y OR X

                      =(1/2*2/9)   ∕ [ (1/2*2/9)  +(1/2*1/9)]      (2/9=DEFECTIVE IN COMPANY Y AND 1/9 IS OF COMPANY X)

                      = 1/(1+(1/9*9/2)

                        = 1/(1+1/2) =1/(3/2)=2/3

ANS IS 2/3

0 0 votes
My answer is not in option just check the logic

probablity of getting defective piece from company X = 1/5

probability of getting defective piece from company Y = 2/4

probability of getting Defective piece = 1/5 + 2/4

probability that the piece is from company Y = (2/4)/(1/5 + 2/4) = 5/7
0 0 votes

We can choose any one from 9 chips =9C1 ways

Now we are choosing defective one from company Y

Probability will be=2C1 / 9C1 =2/9

Answer:
Position:
Show:

Related questions

61 61 votes
5 answers 5 answers
14.4k
14.4k views
Kathleen asked Sep 17, 2014
14,425 views
A program consists of two modules executed sequentially. Let $f_1(t)$ and $f_2(t)$ respectively denote the probability density functions of time taken to execute the two ...
152 152 votes
22 answers 22 answers
39.8k
39.8k views
gatecse asked Sep 26, 2014
39,830 views
Suppose a fair six-sided die is rolled once. If the value on the die is $1, 2,$ or $3,$ the die is rolled a second time. What is the probability that the sum total of val...