document.write( "Question 28645: hi
\n" );
document.write( "i need help with this problem. i need help on this question: five cards are drawn from an ordinary deck of 52 playing cards. what is the probability that the hand drawn is a full house? (a full house means three of one kind, three of another like three queens and two nines, etc.) please help! \n" );
document.write( "
Algebra.Com's Answer #15613 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! to get a full house: \n" ); document.write( "1st pick a card (A)----13 ways \n" ); document.write( "2nd pick 3 of the 4 A cards---4C3=4 ways \n" ); document.write( "3rd pick a second card (B)----12 ways \n" ); document.write( "4th pick 2 of the 4 B cards---4C2=6 ways \n" ); document.write( "Multiply to get 13*4*12*6=3744 possible full-house hands \n" ); document.write( "Divide by the number of possible 5 card hands---52C5=2598960 \n" ); document.write( "Answer: 3744/2598960=0.00144... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |