Question 660481
You have a bag of 10 marbles. 5 are blue, 4 are green, and 1 is white. What is the probability of pulling out a blue marble and a white marble without replacement?
----
# of ways to succeed: 5*1 = 5
# of possible outcomes: 20C2
----
Ans: 5/(20C2) = 5/(190) = 0.0263
=====================
Cheers,
Stan H.