document.write( "Question 134551: What is the probility of getting a Full House in a five-card hand? \n" ); document.write( "
Algebra.Com's Answer #98458 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Pick a card type: 13 \n" ); document.write( "Pick 3 of that card type: 4C3 = 4 \n" ); document.write( "Pick another card type: 12 \n" ); document.write( "Pick 2 of that card type: 4C2 = 6 \n" ); document.write( "Total number of ways = 13*12*24 = 3744 \n" ); document.write( "---------------------------------------- \n" ); document.write( "total number of 5-card hands: 52C5 \n" ); document.write( "--------------------------------------- \n" ); document.write( "P(getting Full House hand) = 3744/52C5 = 0.00144 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |