document.write( "Question 76118: A hand of 12 cards is dealt from a well- shuffled standard 52 card deck of cards. What is the probability that the hand contains 4 jacks? \n" ); document.write( "
Algebra.Com's Answer #54640 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Number of ways to pick the four jacks = 4C4 \n" ); document.write( "Number of ways to pick the other 8 cards from 48= 48C8 \n" ); document.write( "Number of ways to pick a hand of 12 from the full deck = 52C12 \n" ); document.write( "P(4 J's and 8 others)= [4C4*48C8]/52C12 = 377348994/2.06379...x10^11 \n" ); document.write( "=0.001828... \n" ); document.write( "------------ \n" ); document.write( "This is the same as the probability of picking 8 cards that are not \n" ); document.write( "jacks in a hand of 12 cards or 48C8/52C12. \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |