You can put this solution on YOUR website! A bin contains 77 light bulbs of which 12 are defective. If 5 light bulbs are randomly selected from the bin with replacement, find the probability that all the bulbs selected are good ones. My original answer was .844 and it was wrong.
-----
Ans: (65/77)^5 = 0.4287
=======================
Cheers,
Stan H.
You can put this solution on YOUR website! So the bin has good, bad, total.
P(1st good)=
P(2nd good)=
P(3rd good)=
P(4th good)=
P(5th good)=
P(all good)=
P(all good)=
.
.
. is the probability of picking the first good one out.
But you're doing it 5 times, so you need to multiply that value 5 times.