document.write( "Question 1043074: An ordinary deck of cards consists of four suits: clubs, diamonds, hearts and spades, of 13 denominations each. How many five-card poker hands selected from an ordinary 52-card deck are there?\r
\n" );
document.write( "\n" );
document.write( "and How many poker hands contain cards of all the same suit \n" );
document.write( "
Algebra.Com's Answer #658235 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An ordinary deck of cards consists of four suits: clubs, diamonds, hearts and spades, of 13 denominations each. \n" ); document.write( "How many five-card poker hands selected from an ordinary 52-card deck are there? \n" ); document.write( "Ans:: 52C5 = 2,598,960\r \n" ); document.write( "\n" ); document.write( "--------------- \n" ); document.write( "How many poker hands contain cards of all the same suit \n" ); document.write( "Pick a suit:: 4 ways \n" ); document.write( "Pick a hand of 5 cards from that suit:: 13C5 = 1287 \n" ); document.write( "Ans: 4*1287 = 5148 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |