document.write( "Question 247550: assume you are playing 5 card draw poker.... what is the probability of getting all 5 cards the same color \n" ); document.write( "
Algebra.Com's Answer #180558 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "There are 26 red cards and 52 cards.\r\n" );
document.write( "\r\n" );
document.write( "\"26 choose 5\" over \"52 choose 5\"\r\n" );
document.write( "\r\n" );
document.write( "\"%2826C5%29%2F%2852C5%29+=+65780%2F2598960=253%2F9996\"\r\n" );
document.write( "\r\n" );
document.write( "That's the probability of getting 5 red cards.\r\n" );
document.write( "\r\n" );
document.write( "The same for getting 5 black cards, so\r\n" );
document.write( "\r\n" );
document.write( "\"253%2F9996+%2B+253%2F9996+=+506%2F9996+=+253%2F4998\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );