document.write( "Question 1197303: Five cards are drawn frm an ordinary deck of 52 cards. In how many ways is it possible to draw two red cards and three black cards \n" ); document.write( "
Algebra.Com's Answer #830527 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Number of ways to draw 2 of the 26 red cards: \"26 choose 2\". \n" ); document.write( "Number of ways to draw 3 of the 26 black cards: \"26 choose 3\". \n" ); document.write( "Number of ways to do both: \"26 choose 2\" times \"26 choose 3\". \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: 845,000 ways \n" ); document.write( " \n" ); document.write( " |