Question 534136
A carpenter has a box of 70 nails..30 are black,25 red and 15 are blue..suppose 3 nails are drawn..find probability that the drawn nails are not black..
-----
# of ways to get 3 not-black: 40C3
# of random sets of 3 nails: 70C3
---
P(3 not-black) = 40C3/70C3 = 0.1805
=================
Cheers,
Stan H.
===========