document.write( "Question 1122444: A standard deck of cards consists of four \"suits\" (clubs, diamonds, hearts,
\n" ); document.write( "and spades), with each suit containing thirteen cards of different \"ranks\"
\n" ); document.write( "(ace, 2 through 10, jack, queen, and king) for a total of fifty-two cards in
\n" ); document.write( "all. One often refers to the cards held by a player in a card game as their
\n" ); document.write( "\"hand\"; technically, a hand of cards can be thought of as a subset of the
\n" ); document.write( "deck of cards.\r
\n" ); document.write( "\n" ); document.write( "How many five-card hands are there that consist of exactly two queens and three kings kings?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #738574 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
(4 queens Choose 2) AND (4 kings Choose 3) = (4C2)∙(4C3) = 6∙4 = 24 ways.
Edwin
\n" ); document.write( "
\n" );