document.write( "Question 380105: with out adding how would a person solve \r
\n" );
document.write( "\n" );
document.write( "at least 1 spade \r
\n" );
document.write( "\n" );
document.write( "directions: 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( "
Algebra.Com's Answer #269781 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! It's best to count the number of five-card hands that don't have a spade, then subtract that from the total number.\r \n" ); document.write( "\n" ); document.write( "The number of five-card hands without a spade is 39C5, and the number of total five-card hands is 52C5. The answer is 52C5 - 39C5. \n" ); document.write( " |