document.write( "Question 1066282: Please help me solve this.
\n" );
document.write( "Suppose 5 cards are dealt from a standard deck of 52 cards. How many unique 5-card hands are possible? \n" );
document.write( "
Algebra.Com's Answer #681493 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many different sets of 5 cards each can be formed from a standard deck of 52 cards? \n" ); document.write( "--------- \n" ); document.write( "The 1st choice is 1 of 52. \n" ); document.write( "Then 1 of 51, etc. \n" ); document.write( "--> 52*51*50*49*48 = 311857200 \n" ); document.write( "-- \n" ); document.write( "But, choosing cards A,B,C,D & E is the same as B,A,D,E & C. \n" ); document.write( "--> 120 (5*4*3*2*1) ways to get the same 5 cards. \n" ); document.write( "--- \n" ); document.write( "311857200/120 = 2598960 sets \n" ); document.write( " |