document.write( "Question 168923: How many FIVE card poker hands contain all RED cards? \n" ); document.write( "
Algebra.Com's Answer #124558 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Half the cards in a 52 card deck are red (either hearts or diamonds) \n" ); document.write( "There are 26 choices for the 1st card \n" ); document.write( "There are 25 choices for the 2nd card \n" ); document.write( "There are 24 choices for the 3rd card \n" ); document.write( "There are 23 choices for the 4th card \n" ); document.write( "There are 22 choices for the 5th card \n" ); document.write( "Note that each time you draw a card, you reduce the \n" ); document.write( "number of available red cards by 1 \n" ); document.write( "Now how many possible hands are there? \n" ); document.write( " |