Question
Question: A lot of 100 watches are known to have 10 defective watches. If 8 watches are selected (one by one w...
A lot of 100 watches are known to have 10 defective watches. If 8 watches are selected (one by one with replacement) at random, the probability that there are at least one defective watch is = 1 - (109)x, then the value of x is ………………………………….
Solution
Hint – Use probability distribution of random variables. Probability distribution provides the possibility of presence of different outputs.
In a lot of 100 watches we know that 10 are defective.
We have to select 8 watches one by one without replacement.
Let X denote the number of defective watches in 8 draws and let P be the probability of selecting a defective watch in a draw.
Now, X follows binomial distribution with parameters n = 8 and p = 10010=101 because we have total 100 watches out of which 10 are defective.
Now P(X=r)=ncr(p)r(1−p)n−r
Using the above concept
P(X=r)=8cr(101)r(109)8−rWhere our where our r = 0,1,2....8
Now we are asked to find the probability that at least one defective watch is drawn.
So we have to find P(X>=1)
Now P(X>=1)=1−P(X=0)
This is equal to 1 - 8c0(101)0(89)8=1−(89)8
Hence the value of required x = 8
Note –Whenever we face such a type of problem statement the key concept that we need to recall is the concept of probability distribution of random variables .This helps to solve such a type of question and it will get you on the right track to reach the answer.