document.write( "Question 1082632: A poker hand consisting of 8 cards is dealt from a standard deck of 52 cards. Find the probability that the hand contains exactly 4 face cards.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #696681 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A poker hand consisting of 8 cards is dealt from a standard deck of 52 cards. Find the probability that the hand contains exactly 4 face cards. \n" ); document.write( "-------------------------- \n" ); document.write( "# of face cards:: 3*4 = 12 \n" ); document.write( "# of cards:: 52 \n" ); document.write( "----- \n" ); document.write( "# of ways to get 4 face:: 12C4 \n" ); document.write( "# of ways to get 4 non-face:: 40C4\r \n" ); document.write( "\n" ); document.write( "--------------------- \n" ); document.write( "P(exactly 4 face) = [12C4*40C4/52C8] = 0.0611 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |