document.write( "Question 740523: In a standard deck of 52 cards,12 are face cards(king, queen, jack) Assume that five cards are selected with replacement out of a well-shuffled deck. What is the probability of getting exactly three face cards? What is the probability of getting at least one face card?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #451622 by stanbon(75887) ![]() You can put this solution on YOUR website! In a standard deck of 52 cards,12 are face cards(king, queen, jack) Assume that five cards are selected with replacement out of a well-shuffled deck. \n" ); document.write( "---------------------------------------- \n" ); document.write( "What is the probability of getting exactly three face cards:: \n" ); document.write( "(12C3*40C2)/52C5 = 0.0660 \n" ); document.write( "------------------------\r \n" ); document.write( "\n" ); document.write( "What is the probability of getting at least one face card? \n" ); document.write( "1 - P(no face cards) \n" ); document.write( "= 1 - 40C5/52C5 \n" ); document.write( "= 1 - 0.2532 \n" ); document.write( "= 0.7468 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " \n" ); document.write( " |