document.write( "Question 1150203: How many 5 card poker hands can be dealt from a standard 52 card deck? \n" ); document.write( "
Algebra.Com's Answer #771572 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! You are choosing 5 for the poker hand. Since the order does not matter, use the combination formula: \n" ); document.write( " \n" ); document.write( "nCr = n!/((n-r)!r!) \r \n" ); document.write( "\n" ); document.write( "in this case, n=52 and r=5 \n" ); document.write( " \n" ); document.write( " |