document.write( "Question 1056986: A poker hand consists of five cards randomly dealt from a standard deck of 52 cards. The order of the cards does not matter. Determine the following probabilities for a 5-card poker hand. Write your answers in percent form, rounded to 4 decimal places.\r
\n" );
document.write( "\n" );
document.write( "Determine the probability that all five of these cards are Spades. \r
\n" );
document.write( "\n" );
document.write( "Determine the probability that exactly 3 of these cards are face cards.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #672081 by solve_for_x(190)![]() ![]() ![]() You can put this solution on YOUR website! The number of ways that a hand of 5 spades can be drawn is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C(13, 5) * C(39, 0) = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number of ways that ANY 5-card hand can be drawn from a deck of 52 cards is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C(52, 5) = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability is then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(5 spades) = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For the hand with exactly 3 face cards, there are 12 face cards in the deck (3 in each suit), \n" ); document.write( "and 52 - 12 = 40 non-face cards.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number of ways of drawing a 5-card hand with exactly 3 face cards is equal to \n" ); document.write( "the number of ways of selecting 3 out of 12 face cards, multiplied by the number of \n" ); document.write( "ways of selecting 2 of the 40 non-face cards:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C(12, 3) * C(40, 2) = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number of ways of drawing any 5-card hand is still 2598960 (from above)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability is then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(exactly 3 face cards) = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |