document.write( "Question 31456: If you remove all face cards from a standard deck of cards, what is the probability that you will draw a full house in a 5 card hand? \n" ); document.write( "
Algebra.Com's Answer #20887 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
After taking out those cards you have a deck with 40 cards
\n" ); document.write( "There are 10 different cards.
\n" ); document.write( "To figure the probability:
\n" ); document.write( "pick a card type: 10 ways
\n" ); document.write( "Now pick 3 of the 4 cards of that type: 4C3=4 ways
\n" ); document.write( "Pick another card type: 9 ways
\n" ); document.write( "Now pick 2 of the 4 card of that type: 4C2=6 ways
\n" ); document.write( "So, number of ways to succeed is 10*4*9*6=2160\r
\n" ); document.write( "\n" ); document.write( "Now figure the total number of 5 card hands in a deck of 40 cards:
\n" ); document.write( "40C5= 658008 different hands
\n" ); document.write( "Prob of a full house with the special deck = 2160/658008=0.00328...
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );