document.write( "Question 478154: How many five-card hands consist of five cards of the same suit? \n" ); document.write( "
Algebra.Com's Answer #327632 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
there are 13 cards in each suit.
\n" ); document.write( "if the suit is clubs, then the possible number of hands would be 13C5 = 1287.
\n" ); document.write( "each hand would be different from the other hand, but each hand would contain all clubs.
\n" ); document.write( "there are 4 suits in the deck so the total number would be 4 times that.
\n" ); document.write( "the total would be equal to 5148.
\n" ); document.write( "each hand will be either 5 clubs or 5 spades or 5 hearts or 5 diamonds.
\n" ); document.write( "13C5 is equal to 13! / (5! * 8!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );