document.write( "Question 1074785: What is the probability of picking out 2 red cards out of deck of cards? \n" ); document.write( "
Algebra.Com's Answer #689452 by Alan3354(69443) You can put this solution on YOUR website! What is the probability of picking out 2 red cards out of deck of cards? \n" ); document.write( "---- \n" ); document.write( "1/2 the deck is red. \n" ); document.write( "--- \n" ); document.write( "With replacement, it's (1/2)*(1/2) = 1/4 \n" ); document.write( "---- \n" ); document.write( "Without replacement, it's (1/2)*25/51 = 25/102 \n" ); document.write( " \n" ); document.write( " |