document.write( "Question 387004: Counting Card Hands:\r
\n" );
document.write( "\n" );
document.write( "How many of the possible 5-card hands from a standard 52-card deck would consist of the following cards?\r
\n" );
document.write( "\n" );
document.write( "a)Four clubs and one non-club
\n" );
document.write( "b)Two face cards and three non-face cards
\n" );
document.write( "c)Two red cards, two clubs, and a spade \n" );
document.write( "
Algebra.Com's Answer #273624 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=combination of n things taken r at a time. \n" ); document.write( "a) \n" ); document.write( "13C4 * 39C1 \n" ); document.write( "= 715 * 39 \n" ); document.write( "=27885 \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( "12C2 * 40C3 \n" ); document.write( "=66*9880 \n" ); document.write( "=652080 \n" ); document.write( ". \n" ); document.write( "c) \n" ); document.write( "26C2*13C2*13C1 \n" ); document.write( "=325*78*13 \n" ); document.write( "=329550 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |