document.write( "Question 1194109: A standard deck of cards consists of four suits (clubs, diamonds, hearts, and spades), with each suit containing 13 cards (ace, two through ten, jack, queen, and king) for a total of 52 cards in all.
\n" );
document.write( "How many 7-card hands will consist of exactly 3 kings and 3 queens? \n" );
document.write( "
Algebra.Com's Answer #826221 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The requirement is to choose 3 of the 4 kings, AND 3 of the 4 queens, AND 1 of the other 44 cards. Since all three requirements must be met, multiply the numbers of ways of making each of those selections: \n" ); document.write( " \n" ); document.write( "ANSWER: 704 \n" ); document.write( " \n" ); document.write( " |