document.write( "Question 461898: what is the probability that two out of three cards drawn from a deck of 52 without replacement are red? \n" ); document.write( "
Algebra.Com's Answer #316677 by stanbon(75887)![]() ![]() ![]() 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? \n" ); document.write( "======== \n" ); document.write( "# of ways to pick 2 red = 26C2 \n" ); document.write( "# of ways to pick 1 black = 26 \n" ); document.write( "======== \n" ); document.write( "# of ways to randomly pick 3 cards + 52C3 \n" ); document.write( "----- \n" ); document.write( "P(2red and 1 black) = [26C2*26]/52C3 = 0.3824 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |