document.write( "Question 721518: If a person draws five cards from a standard deck (without replacing them), what is the probability that at least one of the cards is a face card? (Round your answer to one decimal place.) \n" ); document.write( "
Algebra.Com's Answer #442394 by stanbon(75887) ![]() You can put this solution on YOUR website! If a person draws five cards from a standard deck (without replacing them), what is the probability that at least one of the cards is a face card? (Round your answer to one decimal place.) \n" ); document.write( "---- \n" ); document.write( "P(at least one face) = 1 - P(no face) \n" ); document.write( "--- \n" ); document.write( "# of ways to get no face cards: 40C5 \n" ); document.write( "--- \n" ); document.write( "# of possible sets of 5 cards: 52C5 \n" ); document.write( "-------------------- \n" ); document.write( "1 - P(no face) = 1 - [40C5/52C5] \n" ); document.write( "------ \n" ); document.write( "= 1 - 0.2532 \n" ); document.write( "------- \n" ); document.write( "= 0.7468 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |