document.write( "Question 1145671: A poker hand consisting of 7 cards is dealt from a standard deck of 52 cards. Find the probability that the hand contains exactly 6 face cards. \n" ); document.write( "
Algebra.Com's Answer #767098 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! There are 12 face cards in a deck of 52 cards. This means there are 40 non-face cards in a deck of 52 cards. \n" ); document.write( " \n" ); document.write( "(Ways to choose 6 face cards * Ways to choose 1 non-face card) DIVIDED BY (Ways to choose 7 cards) \n" ); document.write( " \n" ); document.write( "(12C6 * 40C1)/52C7 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "------------------- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "= (924 * 40)/133784560 \n" ); document.write( " \n" ); document.write( "= 36960/133784560 \n" ); document.write( " \n" ); document.write( "= 0.00028 |