SOLUTION: A bag contains 3 green balls,6 black balls and one white ball.if two balls are drawn at random without replacement,what is the probability of drawing a green and then a black ball?

Algebra ->  Probability-and-statistics -> SOLUTION: A bag contains 3 green balls,6 black balls and one white ball.if two balls are drawn at random without replacement,what is the probability of drawing a green and then a black ball?      Log On


   



Question 1117838: A bag contains 3 green balls,6 black balls and one white ball.if two balls are drawn at random without replacement,what is the probability of drawing a green and then a black ball?
Found 2 solutions by stanbon, ikleyn:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A bag contains 3 green balls,6 black balls and one white ball.if two balls are drawn at random without replacement,what is the probability of drawing a green and then a black ball?
# of green/black pairs:: 3*6 = 18
# of random pairs:: 10C2 = 5*9 = 45
--------
P(green/black pair) = 18/45 = 2/5
------------
Cheers,
Stan H.
------------------

Answer by ikleyn(52800) About Me  (Show Source):
You can put this solution on YOUR website!
.
First, since the problem talks about the sequence of the balls ("a green and then a black ball"), it is clear that

the PERMUTATIONS, not combinations, work.


Next, the total number of the balls is 3 + 6 + 1 = 10.


Hence, the probability to get a green ball first is  3%2F10.


Then the probability to get a black ball next is  6%2F9 = 2%2F3.


Thus the final answer is  %283%2F10%29%2A%282%2F3%29 = 2%2F10 = 1%2F5 = 0.2 = 20%.