document.write( "Question 1117621: A hand of 5 cards is dealt from a standard deck\r
\n" ); document.write( "\n" ); document.write( "How many hands with 2 king and 3 clubs are possible?
\n" ); document.write( "

Algebra.Com's Answer #733266 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Order is not important, so this is a problem
\n" ); document.write( "using combinations, not permutations
\n" ); document.write( "Number of hands = C( 3,2 ) * C( 12,3 )
\n" ); document.write( "C( 3,2 ) = \"+3%21+%2F+%28%28+3+-+2++%29%21+%2A+2%21+%29+\"
\n" ); document.write( "C( 3,2 ) = \"+6+%2F+2+\"
\n" ); document.write( "C( 3,2 ) = \"+3+\"
\n" ); document.write( "and
\n" ); document.write( "C( 12,3 ) = \"+12%21+%2F+%28%28+12+-+3+%29%21+%2A+3%21+%29+\"
\n" ); document.write( "C( 12,3 ) =
\n" ); document.write( "C( 12,3 ) = \"+%28+12%2A11%2A10+%29+%2F+%28+3%2A2%2A1+%29+\"
\n" ); document.write( "C( 12,3 ) = \"+1320+%2F+6+\"
\n" ); document.write( "C( 12,3 ) = \"+220+\"
\n" ); document.write( "------------------------
\n" ); document.write( "C( 4,2 )*C( 13,3 ) = \"+3%2A220+\"
\n" ); document.write( "\"+3%2A22+=+660+\"
\n" ); document.write( "There are 660 possible hands
\n" ); document.write( "Note that one of the kings counted is a club, so that
\n" ); document.write( "won't work, and one of the clubs being counted is a king
\n" ); document.write( "and that won't work either, so I need to account for them
\n" ); document.write( "Feel free to get another opinion on this
\n" ); document.write( "
\n" ); document.write( "
\n" );