Question
Mathematics Question on Probability
Three defective bulbs are mixed with 8 good ones. If three bulbs are drawn one by one with replacement, the probabilities of getting exactly 1 defective, more than 2 defective, no defective, and more than 1 defective respectively are:
133127,1331576,1331243,1331512
133127,1331243,1331576,1331512
1331576,133127,1331512 and 1331243
1331243,133127,1331576,1331512
1331576,133127,1331512 and 1331243
Solution
Let the probability of drawing a defective bulb be p=113 and the probability of drawing a good bulb be q=118. Since the bulbs are drawn with replacement, the events are independent. Use the binomial probability formula:
P(X=k)=(kn)pkqn−k,
where n=3 (number of draws) and k is the number of defective bulbs.
Probability of exactly one defective bulb (k=1):
P(X=1)=(13)p1q2=3⋅(113)1⋅(118)2.
P(X=1)=3⋅113⋅12164=1331576.
**Probability of more than two defective bulbs ( k** \(>2 )): The only possibility is k=3 (all three bulbs are defective):
P(X=3)=(33)p3q0=1⋅(113)3=133127.
Probability of no defective bulbs (k=0):
P(X=0)=(03)p0q3=1⋅(118)3=1331512.
**Probability of more than one defective bulb ( k** \(>1 )): This includes k=2 and k=3. First calculate P(X=2):
P(X=2)=(23)p2q1=3⋅(113)2⋅118.
P(X=2)=3⋅1219⋅118=1331216.
Now add P(X=2) and P(X=3):
P(X>1)=P(X=2)+P(X=3)=1331216+133127=1331243.
Final Probabilities:
- Exactly one defective: 1331576
- More than two defective: 133127
- No defective: 1331512
- More than one defective: 1331243
Thus, the correct answer is option C.