document.write( "Question 1126830: Suppose you have a deck of 52 playing cards (no jokers)
\n" ); document.write( "A. How many five-card hands containing exactly three aces are possible?
\n" ); document.write( "B. How many five-card hands containing exactly three of a kind are possible?
\n" ); document.write( "

Algebra.Com's Answer #743313 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
A. C(4,3)*C(48,2) =
\r
\n" ); document.write( "\n" ); document.write( "B. C(4,3)*C(48,2)*C(13,1) = \"+highlight%28+58656+%29+\"
\n" ); document.write( "As \"three of a kind\" is a specific type of poker hand, I should mention this answer includes full-houses (where the non-triplicate cards match in rank).
\r
\n" ); document.write( "\n" ); document.write( "To exclude full-houses, note that there are C(13,1)*C(4,3)*C(12,1)*C(4,2) = 3744 of them, so you would have 58656-3744 true \"three of kind\" poker hands. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );