document.write( "Question 795291: What is the probability of drawing three cards out of a standard deck of 52 cards, without replacement, and have all 3 cards turn up red? \n" ); document.write( "
Algebra.Com's Answer #480884 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
There are 26 red cards in the deck of 52, therefore we have three probabilities to multiply, they are
\n" ); document.write( "(26/52) * (25/51) * (24/50) = (15600 / 132600) = .1176 = .12
\n" ); document.write( "
\n" ); document.write( "
\n" );