document.write( "Question 474075: How many different 5 card hands can be dealt from a 52-card deck? \n" ); document.write( "
Algebra.Com's Answer #325134 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "How many different 5 card hands can be dealt from a 52-card deck?
\n" ); document.write( " 52C5 = 52!/(5!(52-5))! = 52!/5!47! = 2,598,960 different hands \n" ); document.write( "
\n" );