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)\"\" \"About 
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) = \"%2813%21%2F%285%21%2813-5%29%21%29%29+%2A+%2839%21%2F%280%21%2839-0%29%21%29%29\" = 1287 * 1 = 1287 ways\r
\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) = \"52%21+%2F+%285%21%2852-5%29%21%29\" = 2598960\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(5 spades) = \"1287%2F2598960\" = 0.00049520 = 0.0495%\r
\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) = \"%2812%21%2F%283%21%2812-3%29%21%29%29+%2A+%2840%21%2F%282%21%2840-2%29%21%29%29\" = 220 * 780 = 171600\r
\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) = \"171600%2F2598960\" = 0.0660264 = 6.6026%\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );