Question 745190
a bag contains 2 red, 4 yellow, and 6 blue marbles. two marbles are drawn without replacement. find the probability that neither is red and neither is blue.
-----
They must both be yellow:
# of ways to succeed: 4C2 = (4*3)/(1*2) = 6
---------
# of possible outcomes: 12C2 = (12*11)/(1*2) = 66
---------
P(2 yellow) = 6/66 = 1/11
------------------------------
Cheers,
Stan H.
===========================