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 #325133 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
It's 52*51*50*49*48 = a big number
\n" ); document.write( "But the order in which they're drawn doesn't matter, so divide by
\n" ); document.write( "5*4*3*2*1
\n" ); document.write( "------------
\n" ); document.write( "--> 2598960
\n" ); document.write( "This is \"52%21%2F%28%2852+-+5%29%21%2A5%21%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );