document.write( "Question 454716: Find the number of possible 5-card hands that contain the cards specified. The cards are taken from a standard 52-card deck.\r
\n" );
document.write( "\n" );
document.write( "5 red cards.\r
\n" );
document.write( "\n" );
document.write( "4 spades and 1 card that is not a spade.\r
\n" );
document.write( "\n" );
document.write( "3 face cards (kings, queens, or jacks) and 2 cards that are not face cards.\r
\n" );
document.write( "\n" );
document.write( "I am having a difficult time figuring these out. Any help would be appreciated! :)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #312188 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the number of possible 5-card hands that contain the cards specified. The cards are taken from a standard 52-card deck. \n" ); document.write( "5 red cards. \n" ); document.write( "Ans: 26C5 = 26!/[21!*5!] = 65780 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "4 spades and 1 card that is not a spade. \n" ); document.write( "Ans: [13C4*39C1] = 27885 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "3 face cards (kings, queens, or jacks) and 2 cards that are not face cards. \n" ); document.write( "Ans: 12C3*40C2 = 171,600 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |