SOLUTION: a bag contains 5 red chips, 3 white chips, and 2 blue chips. 3 chips are to be selected without replacement. Determine the probability that the first 2 are red and the third is blu
Algebra ->
Probability-and-statistics
-> SOLUTION: a bag contains 5 red chips, 3 white chips, and 2 blue chips. 3 chips are to be selected without replacement. Determine the probability that the first 2 are red and the third is blu
Log On
Question 743577: a bag contains 5 red chips, 3 white chips, and 2 blue chips. 3 chips are to be selected without replacement. Determine the probability that the first 2 are red and the third is blue Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! a bag contains 5 red chips, 3 white chips, and 2 blue chips. 3 chips are to be selected without replacement. Determine the probability that the first 2 are red and the third is blue
---------
# of ways to succeed:
pick 2 red: 5C2 = 10
pick 1 blue: 2 ways
------
P(2red and 1 blue) = (10*2)/10C3 = 20/120 = 1/6
---------------------------
Cheers,
Stan H.
=================