document.write( "Question 302034: From a deck of 52 cards, 5 cards are dealt and the order of the cards is not important. In how many ways can you receive at least one face card? \n" ); document.write( "
Algebra.Com's Answer #216572 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! From a deck of 52 cards, 5 cards are dealt and the order of the cards is not important. In how many ways can you receive at least one face card? \n" ); document.write( "-------------- \n" ); document.write( "Total # of 5 card groups: 52C5 \n" ); document.write( "---- \n" ); document.write( "Total # with no face cards: 40C5 \n" ); document.write( "---- \n" ); document.write( "Total # with at least one face card: 52C5 - 40C5 = 1,940,952 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |