Question 248000
A box contains 50 razor blades, five of these are known to be used, the remainder unused. What is the probability that 5 razor blades selected from the box will be unused.
----------------
# of ways to get 5 unused: 45C5
# of ways to pick 5 from 50: 50C5
----------------------------------------
P(pick 5 unused) = 45C5/50C5 = 1221759/2118760 = 0.5766

---
Cheers,
Stan H.