SOLUTION: what is the probability that two out of three cards drawn from a deck of 52 without replacement are red?

Algebra ->  Probability-and-statistics -> SOLUTION: what is the probability that two out of three cards drawn from a deck of 52 without replacement are red?       Log On


   



Question 461898: what is the probability that two out of three cards drawn from a deck of 52 without replacement are red?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
what is the probability that two out of three cards drawn from a deck of 52 without replacement are red?
========
# of ways to pick 2 red = 26C2
# of ways to pick 1 black = 26
========
# of ways to randomly pick 3 cards + 52C3
-----
P(2red and 1 black) = [26C2*26]/52C3 = 0.3824
===============
Cheers,
Stan H.
===============