document.write( "Question 1116457: 1. 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( "a) 4 kings and 1 other card.
\n" );
document.write( "b) At least 1 spade
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #731367 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( "Note:: # of 5-card hands = 52C5 \n" ); document.write( "-------------------------- \n" ); document.write( "a) 4 kings and 1 other card.:: 1*48 = 48 hands \n" ); document.write( "--------------------------- \n" ); document.write( "b) At least 1 spade:: \n" ); document.write( "# with zero spades:: 39C5 \n" ); document.write( "# with one spade:: 13*39C4 \n" ); document.write( "Ans:: 52C5 - [39C5 + 13*39C4] \n" ); document.write( "----------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |