document.write( "Question 1202455: Given a standard deck of cards, how many ways can you select 5 of a kind? \n" ); document.write( "
Algebra.Com's Answer #837301 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "Five of a kind is a hand that contains five cards of one rank, such as five\r\n" ); document.write( "threes. It ranks above a straight flush but is only possible when using one or\r\n" ); document.write( "more wild cards, as there are only four cards of each rank in the deck.\r\n" ); document.write( "\r\n" ); document.write( "So the answer is 0 if you're not using any wild cards. If you're using wild\r\n" ); document.write( "cards, the answer would be different for different numbers of wild cards, and\r\n" ); document.write( "whether jokers are being used as wild cards.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |