Question 312766
A factory worker places 120 newly created circuits on a shelf to be checked for quality. Of these 9 will not work correctly. Suppose that she is asked to randomly select two circuits, without replacement, from the shelf. What is the chance that both circuits she selects will be defective? Approximate to the nearest ten thousandth.
--------------------------
# of ways to select 2 defective: 9C2 = 36
---
# of random ways to select 2 from 120: 120C2 = 7140
----
P(selecting 2 defective) = 36/7140 = 0.0050
====================
Cheers,
Stan H.