document.write( "Question 1096397: How many 5-card hands out of a 52-card deck are full house? Full house is
\n" ); document.write( "formed by any three cards of the same denominations plus any pair of a different denomination.
\n" ); document.write( "

Algebra.Com's Answer #710806 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the denomination for the three cards with the same denomination\r\n" );
document.write( "in any of 13 ways.\r\n" );
document.write( "Choose a different denomination for the pair in any of the remaining\r\n" );
document.write( "12 ways.\r\n" );
document.write( "Choose the suits for the three cards any of \"4 suits choose 3\" or 4C3 \r\n" );
document.write( "ways.\r\n" );
document.write( "Choose the suits for the pair any of \"4 suits choose 2\" or 4C2 \r\n" );
document.write( "ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer: 13×12×(4C3)×(4C2) = 13×12×4×6 = 3744 ways to have a full house.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );