document.write( "Question 955816: Find the number of ways to get the following card combinations from a 52-card deck.
\n" );
document.write( "a) All queens in a five-card hand
\n" );
document.write( "b) Two black cards and three red cards \n" );
document.write( "
Algebra.Com's Answer #583904 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Find the number of ways to get the following card combinations from a 52-card deck. \n" ); document.write( "a) All queens in a five-card hand \n" ); document.write( "# of ways to get 4 queens:: 1 \n" ); document.write( "# of ways to pick one other card:: 48 \n" ); document.write( "Ans:: 1*48 = 48 ways \n" ); document.write( "------------------------------------- \n" ); document.write( "b) Two black cards and three red cards \n" ); document.write( "Ans: 26C2*26C3 = 325*2600 = 845,000 ways \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |