document.write( "Question 604459: How many five card hands consisting of 3 kings and 2 aces can be dealt from a deck of 52 playing cards? \n" ); document.write( "
Algebra.Com's Answer #381184 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many five card hands consisting of 3 kings and 2 aces can be dealt from a deck of 52 playing cards?
\n" ); document.write( "----
\n" ); document.write( "# of sets of 3 kings: 4C3 = 4
\n" ); document.write( "# of sets of 2 aces: 4C2 = 6
\n" ); document.write( "-----
\n" ); document.write( "Ans: 4*6 = 24
\n" ); document.write( "=====================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "======================
\n" ); document.write( "
\n" );