document.write( "Question 1189449: Hi, please help me out! I am struggling with this question.\r
\n" );
document.write( "\n" );
document.write( "How many ways can a 5-card hand be dealt (from a standard 52 card deck) so that it contains at least one face card?
\n" );
document.write( "A. 2,940,591
\n" );
document.write( "B. 9,140,592
\n" );
document.write( "C. 4,910,529
\n" );
document.write( "D. 1,940,592
\n" );
document.write( "E. 1,940,952 \n" );
document.write( "
Algebra.Com's Answer #820805 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Number of 5-card hands from a 52-card deck: C(52,5). \n" ); document.write( "Number of 5-card hands from a 52-card deck without getting any of the 12 face cards: C(40,5). \n" ); document.write( "Number of ways a 5-card hand can be dealt from a 52-card deck without having a face card: C(52,5)-C(40,5). \n" ); document.write( "Use a calculator to find the answer is E. \n" ); document.write( " \n" ); document.write( " |