document.write( "Question 1174216: In a deck of 52 playing cards (jokers not allowed), how many five-card poker hands consisting of three of a kind and a pair (a full house) are possible? \n" ); document.write( "
Algebra.Com's Answer #799611 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Here are a couple of different ways to calculate the number. When working with probability, it is good to be able to see that two different paths lead to the same answer. \n" ); document.write( "First method.... \n" ); document.write( "(1) choose 2 of the 13 ranks to be the ones in the hand; \n" ); document.write( "(2) choose 1 of those 2 to be the one of which there are 3; \n" ); document.write( "(3) choose 3 of the 4 of the first rank; \n" ); document.write( "(4) choose 2 of the 4 of the other rank \n" ); document.write( " \n" ); document.write( "Second method.... \n" ); document.write( "(1) choose one of the 13 ranks to be the one with 3 cards of that rank; \n" ); document.write( "(2) choose 3 of the 4 cards of that rank; \n" ); document.write( "(3) choose one of the other 12 ranks to be the one with 2 cards; \n" ); document.write( "(4) choose 2 of the 4 cards of that rank \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |