Question 556797
A jar contains 25 candies of which 15 are chocolate and 10 are mint. 
A sample of 5 candies is to be selected.
a)how many different samples are possible?
25C5 = 53130
------------------------------
b)how many samples contain chocolate candies?
15C5
-------
c)how many samples contain 3 chocolate and 2 mint candies?
15C3*10C2 = 20,475
-----
d) how many samples contain at least 4 mint candies?
10C4*15C1 + 10C5 = = 3402
========================
Cheers,
Stan H.
-------------------------