Question 676296
There are eight bulbs in a box, five of which are defective. If three bulbs are selected at random, without replacement, find the following probability:

------------------------------------------------------------------------- 
(a) All three are defective.
# of ways to succeed = 5C3 = 10
# of possible outcomes = 8C3 = 56
--------------------
P(x = 3) = 5C3/8C3 = 10/56 = 5/28
---------------------------------------

(b)None are defective.
# of ways to succeed = 3C3 = 1
# of possible outcomes = 8C3 = 56
---------------------------------------
P(x = 0) = 3C3/8C3 = 1/56

=================================
Cheers,
Stan H.