document.write( "Question 453926: Three cards are drawn at random in succession, without replacement, from a standard deck of 52. Find the probability that they are all red cards. \n" ); document.write( "
Algebra.Com's Answer #311783 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Three cards are drawn at random in succession, without replacement, from a standard deck of 52. Find the probability that they are all red cards. \n" ); document.write( "=============================== \n" ); document.write( "Initially, there are 26/52 red cards. Each time we draw, there are one fewer \n" ); document.write( "red cards and one fewer cards in the deck. \n" ); document.write( "Therefore the probability of all red cards is: \n" ); document.write( "26/52*25/51*24/50 = 0.118 \n" ); document.write( " |