document.write( "Question 394509: A cribbage hand consists of six cards. How many of the hands have 3 kings? \n" ); document.write( "
Algebra.Com's Answer #279949 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=combination of n things taken r at a time.
\n" ); document.write( "4C3 * 48C3
\n" ); document.write( "=4*17296
\n" ); document.write( "=69,184
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );