document.write( "Question 618643: Find the number of possible 7 card hands that contain 3 hearts and 4 black cards. The cards are taken from a standard 52 card deck
\n" ); document.write( " answer: 13C3 x 26C4 \r
\n" ); document.write( "\n" ); document.write( "Five cards are drawn from a standard deck of 52 cards. Find the probability of 2 Aces and 3 Fives. \r
\n" ); document.write( "\n" ); document.write( " answer: 4C2 x 4C3 divided by 52C5\r
\n" ); document.write( "\n" ); document.write( "My question is why is the first one just C's and the second is divided??I do not understand why there is a difference in solving the two questions. Please help my test is tommarrow an I want to know why they are solved differently. Thanks
\n" ); document.write( "

Algebra.Com's Answer #389049 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
the 1st question concerns the NUMBER of possible hands of a given type\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the 2nd question asks the PROBABILITY of a given type of five card hand, out of all possible five card hands
\n" ); document.write( "
\n" );