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)\"\" \"About 
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( "\"26%2A25%2A24%2A23%2A22\" is the answer
\n" ); document.write( "
\n" );