document.write( "Question 972458: From a deck of 52 cards, how many different hands of 10 cards can be draw \n" ); document.write( "
Algebra.Com's Answer #594776 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! From a deck of 52 cards, how many different hands of 10 cards can be draw \n" ); document.write( "-------------- \n" ); document.write( "52*51*50...*43 \n" ); document.write( "= 52!/42! \n" ); document.write( "--------- \n" ); document.write( "But drawing card A & B is the same as B & A \n" ); document.write( "--> divide by 10*9*8 ... *1 = 10! \n" ); document.write( "===== \n" ); document.write( "--> 52!/(42!*10!) \n" ); document.write( "= 15,820,024,220 ways \n" ); document.write( " \n" ); document.write( " |