document.write( "Question 279423: how do you find the probability of selecting 3 face cards from a standard 32 card deck out of 3 cards drawn with replacement? \n" ); document.write( "
Algebra.Com's Answer #203214 by stanbon(75887) ![]() You can put this solution on YOUR website! how do you find the probability of selecting 3 face cards from a standard 32 card deck out of 3 cards drawn with replacement? \n" ); document.write( "---- \n" ); document.write( "\"With replacement\" makes the drawings independent. \n" ); document.write( "--- \n" ); document.write( "1st draw: 12/52 \n" ); document.write( "2nd draw: 12/52 \n" ); document.write( "3rd draw: 12/52 \n" ); document.write( "------ \n" ); document.write( "P(3 face cards in 3 draws with replacement) = (12/52)^3 = 0.123 \n" ); document.write( "==================================================================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |