document.write( "Question 1072388: Assume that 2 cards are drawn from a standard 52-card deck. Find the following probabilities.
\n" );
document.write( "a) Assume the cards are drawn without replacement. Find the probability of drawing 2 face cards.
\n" );
document.write( "b) Assume the cards are drawn with replacement. Find the probability of drawing 2 face cards. \n" );
document.write( "
Algebra.Com's Answer #687316 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Assume that 2 cards are drawn from a standard 52-card deck. Find the following probabilities. \n" ); document.write( "a) Assume the cards are drawn without replacement. Find the probability of drawing 2 face cards. \n" ); document.write( "There are 12 face cards. \n" ); document.write( "1st draw is 12/52, then 11/51 \n" ); document.write( "--> (3/13)*(11/51) = 11/221 \n" ); document.write( "---------- \n" ); document.write( "b) Assume the cards are drawn with replacement. Find the probability of drawing 2 face cards. \n" ); document.write( "--> (4/13)*(4/13) = 16/169 \n" ); document.write( " |