document.write( "Question 118127This question is from textbook Introductory Statistics
\n" );
document.write( ": Please help me with the following problem:
\n" );
document.write( "A poker hand consistes of 5 cards dealt from an ordinary deck of 52 playing cards.
\n" );
document.write( "a). How many poker hands are possible?
\n" );
document.write( "b). How many different hands consisting of three kings and two queens are possible?
\n" );
document.write( "c). The hand in part (b) is an example of a full house: 3 cards of one denomination and 2 of another. How many different full houses are possible?
\n" );
document.write( "d). Calculate the probability of being dealt a full house.
\n" );
document.write( "This is dealing with the counting rules and using the combination rule and the permutations rule.
\n" );
document.write( "Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #86235 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A poker hand consistes of 5 cards dealt from an ordinary deck of 52 playing cards. \n" ); document.write( "a). How many poker hands are possible? \n" ); document.write( "52C5 = 2,598,960 \n" ); document.write( "------------------ \n" ); document.write( "b). How many different hands consisting of three kings and two queens are possible? \n" ); document.write( "[4C3*4C2] = 4*6 = 24 \n" ); document.write( "--------------- \n" ); document.write( "c). The hand in part (b) is an example of a full house: 3 cards of one denomination and 2 of another. How many different full houses are possible? \n" ); document.write( "Pick a card type: 13 ways \n" ); document.write( "Pick 3 of the 4 cards: 4C3=4 \n" ); document.write( "Pick a 2nd card type: 12 ways \n" ); document.write( "Pick 2 of the 4 cards: 4C2= 6 \n" ); document.write( "Total = 13*12*4*6 = 3744 full houses possible. \n" ); document.write( "----------------\r \n" ); document.write( "\n" ); document.write( "d). Calculate the probability of being dealt a full house. \n" ); document.write( "3744/2,598,960 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |