Question 706468
Two bad light bulbs get mixed up with seven good ones. If you take two of the bulbs, what is the probability that both are bad?
----
# of ways to "succeed": 2C2 = 1
----
# of possible pairs: 9C2 = 36
----
P(select 2 bad) = 1/36
============================
cheers,
Stan H.