document.write( "Question 1035050: Consider a standard deck of 52 cards. How many 5 card hands can be formed that include 2 hearts and 3 clubs \n" ); document.write( "
Algebra.Com's Answer #649672 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "13 hearts choose 2 = 13C2 = (13*12)/(2*1) = 78\r\n" );
document.write( "For each of those 78 ways to choose 2 hearts, there are\r\n" );
document.write( "13 clubs choose 3 = 13C3 = (13*12*11)/(3*2*1) = 286\r\n" );
document.write( "ways to choose the 3 clubs.\r\n" );
document.write( "\r\n" );
document.write( "Answer (13C2)(13C3) = (78)(286) = 22308 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );