document.write( "Question 241523: A poker hand consists of five cards from a standard deck of 52. Find the number of different poker hands of straight (five cards of consecutive denominations: A, 2, 3, 4, 5 up through 10, J, Q, K, A, not all of the same suit). (Note that the Ace counts either as a 1 or as the denomination above King.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #176893 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A poker hand consists of five cards from a standard deck of 52. \n" ); document.write( "Find the number of different poker hands of straight (five cards of consecutive denominations: A, 2, 3, 4, 5 up through 10, J, Q, K, A, not all of the same suit). (Note that the Ace counts either as a 1 or as the denomination above \n" ); document.write( "King. \n" ); document.write( "--------- \n" ); document.write( "Pick a lowest starting card type: 10 ways \n" ); document.write( "Pick that lowest card and each of the next 4: 4^5 = 1024 ways \n" ); document.write( "---- \n" ); document.write( "Total number of straights: 10*1024= 10,240 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |