document.write( "Question 1050194: how many 13 card hands are there that have exactly eight spades and no diamonds? \n" ); document.write( "
Algebra.Com's Answer #666412 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the 8 spades from the 13 spades in 13C5 ways\r\n" );
document.write( "For each of those, choose the remaining \r\n" );
document.write( " 5 from the 26 hearts and clubs in 26C5 ways.\r\n" );
document.write( "\r\n" );
document.write( "So there are (13C8)(26C5) \"successful\" hands.\r\n" );
document.write( "\r\n" );
document.write( "That's the numerator of the desired probability.\r\n" );
document.write( "\r\n" );
document.write( "The denominator is the number of 13-card hands from\r\n" );
document.write( "the entire deck of 52.  That's 52C13\r\n" );
document.write( "\r\n" );
document.write( "Answer:  \"%28%2813C8%29%2826C5%29%29%2F%2852C13%29\"\"%22%22=%22%22\"\"1287%2A65780%2F635013559600\"\"%22%22=%22%22\"\"84658860%2F635013559600\"\"%22%22=%22%22\"\"184041%2F1380464260\"\r\n" );
document.write( "\r\n" );
document.write( "That fraction was reduced by dividing top and bottom by 460.\r\n" );
document.write( "\r\n" );
document.write( "As a decimal that's 0.000133318192..., a very low probability.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );