document.write( "Question 969149: How many 5 card hands consisting of 3 cards of 1 face value and 2 cards of another face value can be dealt from a 48 card deck? \n" ); document.write( "
Algebra.Com's Answer #592117 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the face value for the three cards any of 13 ways.\r\n" );
document.write( "Choose the face value for the two cards any of 12 ways.\r\n" );
document.write( "Choose the suits for the three cards any of 4C3 = 4 ways\r\n" );
document.write( "Choose the suits for the two cards any of 4C2 = 6 ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer = 13*12*4*6 = 3744 full houses.\r\n" );
document.write( "\r\n" );
document.write( "I assume you meant a standard 52-card deck.  You said 48-\r\n" );
document.write( "card deck.  If that's what you meant, then explain what \r\n" );
document.write( "cards a 48-card deck has, and I'll re-do the problem for\r\n" );
document.write( "such a non-standard deck.  You can tell me in the thank-\r\n" );
document.write( "you note form below and I'll get back to you.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );