document.write( "Question 286843: If six cards are chosen without replacement from a standard
\n" ); document.write( "deck, how many hands are possible if
\n" ); document.write( "1. The six cards can be anything?
\n" ); document.write( "2. At least one card is an ace?
\n" ); document.write( "3. At least four are clubs?
\n" ); document.write( "4. Exactly three of the cards are hearts?
\n" ); document.write( "

Algebra.Com's Answer #208004 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
1-52*51*50*49*48*47
\n" ); document.write( "2-4*51*50*49*48*47
\n" ); document.write( "3-13*12*11*10*48*47
\n" ); document.write( "4-13*12*11*39*38*37
\n" ); document.write( "
\n" ); document.write( "
\n" );