document.write( "Question 1072685: 3. You are about to be dealt a 5 card poker hand from a well shuffled deck
\n" );
document.write( "A. How many ways can you have a different 5 card hand \n" );
document.write( "
Algebra.Com's Answer #687512 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 1) repetitions are not allowed (e.g. you can't have two ace of diamonds) \n" ); document.write( "2) Order is not important \n" ); document.write( "Then: \n" ); document.write( "n!/[(n-r)!r!] \n" ); document.write( ": \n" ); document.write( "52!/[(52-5)!5] \n" ); document.write( ": \n" ); document.write( "52!/47!5! \n" ); document.write( ": \n" ); document.write( "52*51*50*49*48/5! \n" ); document.write( ": \n" ); document.write( "52*51*(5*5*2)*49*(4*4*3):/5*4*3*2 \n" ); document.write( ": \n" ); document.write( "52*51*5*49*4/1 = 52*51*5*49*4 = 2,598,960 \n" ); document.write( " |