SOLUTION: A bag contains 10 red, 3 white and 6 blue marbles. Two are selected at random without replacement. What is the probability that both are blue?
Algebra ->
Probability-and-statistics
-> SOLUTION: A bag contains 10 red, 3 white and 6 blue marbles. Two are selected at random without replacement. What is the probability that both are blue?
Log On
Question 950150: A bag contains 10 red, 3 white and 6 blue marbles. Two are selected at random without replacement. What is the probability that both are blue? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A bag contains 10 red, 3 white and 6 blue marbles. Two are selected at random without replacement. What is the probability that both are blue?
----
# of blue pairs:: 6C2 = 15
---
# of random pairs:: 19C2 = 19(9) = 171
----
P(blue pair) = 15/171
------------
Cheers,
Stan H.
-------------