We want to find out how to pick 2 good light bulbs from a batch that contains 2 bad bulbs and 18 good ones. 2 ways to do this.
Solution A
Probability is always the ratio (desirable outcomes)/(all possible outcomes). One way to solve this question is to find each part of the ratio.
Since there are only 2 defective bulbs, there must be 18 good light bulbs. The number of ways to select 2 good light bulbs equals the number of ways to choose 2 from 18 available. This is a combination of 2 out of 18, or 18!/[(2!)(16!)] = 153 desirable outcomes.
The total number of outcomes possible is equivalent to the number of pairs of bulbs that can be selected from 20 bulbs available. This is a combination. How many ways can you pick 2 from 20? This is 20!/[(2!)(18!)] = 190 possible selections.
So the probability we want is (desirable outcomes)/(all possible outcomes) >> 153/190.
Solution B
A 2nd approach is to rely on the rule of probability that states that the probability that two events A and B happen is the product of the individual probabilities. P(A & B) = P(A)*P(B). In this case we want to find out the probability that a good bulb is picked twice.
The probability that the first bulb picked is good is 18/20 because there are 18 good out of 20 possible picks. The probability that the 2nd bulb picked is also good is 17/19 because after the first is picked, only 17 good bulb remains out of 19 available. The probability that both events happen is (18/20)(17/19)= 153/190
Notes
* Whether the bulbs are picked simultaneously or in succession has no bearing on the probability. This is a red herring.
* When using the 2nd approach, always assume that all events are occurring as desired. This is why the 2nd probability in our calculation is 17/19: we assume that a good bulb was picked on the first selection.
* If you have trouble with probabilities, generate timed drills of similar questions by setting topic='Combinatorics' and difficulty='600-700 & 700+' in the Drill Generator
Good luck,
-Patrick
Last edited by
Patrick_GMATFix on Wed Jul 28, 2010 5:36 pm, edited 1 time in total.