document.write( "Question 1174636: If you are playing a standard deck of cards, How many different ways can you select the given number of cards?
\n" );
document.write( "A. In selecting 6 cards, there are _____ ways.
\n" );
document.write( "B. If 10 face cards, then there will be ____ ways to select them.
\n" );
document.write( "C. There are ____ ways in selecting 8 red cards.
\n" );
document.write( "D. There are ____ ways to select 9 black cards. \n" );
document.write( "
Algebra.Com's Answer #800099 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 52C6=20,358,520 \n" ); document.write( "there are 12 face cards \n" ); document.write( "There are 12C10=66 ways to select them. \n" ); document.write( "26C8 for 8 red cards, 1,562,275 ways to select them \n" ); document.write( "26C9 for 9 black cards 3,124,450 ways to select them \n" ); document.write( " \n" ); document.write( " |