document.write( "Question 822195: From an ordinary deck of 52 playing cards, how many 5-card hands could be dealt that consist of exactly 3 diamonds? \n" ); document.write( "
Algebra.Com's Answer #494738 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the 3 diamonds in C(13,3) ways\r\n" );
document.write( "Choose the 2 non-diamonds in C(39,2) ways\r\n" );
document.write( "\r\n" );
document.write( "Answer = C(13,3)C(39,2) = (286)(741) = 211,926 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );