A jar has 7 red marbles, 7 blue marbles and 6 white marbles.  I take 3
marbles with no replacement.  What is the probability that all 3 are the
same color?  What is the probability that none are white?
There are C(7,3) ways to choose 3 red marbles,
C(7,3) ways to choose 3 blue marbles, and
C(6,3) ways to choose 3 white marbles.
There are 7+7+6=20 marbles, so there are C(20,3) to choose three marbles.
Desired probability: 


 
What is the probability that none are white?
There are 7+7=14 non-white marbles.
There are C(14,3) ways to choose 3 non-white marbles 
There are C(20,3) to choose three marbles.
Desired probability:


 Edwin
Edwin