document.write( "Question 1206213: Five cards are selected from a 52-card deck for a poker hand.
\n" );
document.write( "(a) How many simple events are in the sample space?
\n" );
document.write( "
\n" );
document.write( " simple events\r
\n" );
document.write( "\n" );
document.write( "(b) A royal flush is a hand that contains the A, K, Q, J, and 10, all in the same suit. How many ways are there to get a royal flush?
\n" );
document.write( " ways\r
\n" );
document.write( "\n" );
document.write( "(c) What is the probability of being dealt a royal flush? (Enter your probability as a fraction.) \n" );
document.write( "
Algebra.Com's Answer #843523 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answers: \n" ); document.write( "(a) 2,598,960 \n" ); document.write( "(b) 4 \n" ); document.write( "(c) 1/649740\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation for part (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 52 ways to pick the first card. Then 51 choices for the next card, 50 for the next, and so on. \n" ); document.write( "We keep this countdown going until five cards are selected. \n" ); document.write( "52*51*50*49*48 = 311,875,200 \n" ); document.write( "That is the number of permutations and would be the answer if order mattered. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But order does NOT matter with a poker hand. \n" ); document.write( "We must divide by 5! = 5*4*3*2*1 = 120 to get 311875200/120 = 2,598,960 which is the final answer to part (a). This value is roughly 2.6 million.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's another way to reach that value. \n" ); document.write( "Use the nCr combination formula with n = 52 and r = 5. \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "52 C 5 = (52!)/(5!*(52-5)!) \n" ); document.write( "52 C 5 = (52!)/(5!*47!) \n" ); document.write( "52 C 5 = (52*51*50*49*48*47!)/(5!*47!) \n" ); document.write( "52 C 5 = (52*51*50*49*48)/(5!) \n" ); document.write( "52 C 5 = (52*51*50*49*48)/(5*4*3*2*1) \n" ); document.write( "52 C 5 = (311,875,200)/120 \n" ); document.write( "52 C 5 = 2,598,960\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation for part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There is only one way to get a royal flush for any particular suit. \n" ); document.write( "Since there are 4 suits, that yields 4 royal flushes possible.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation for part (c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Divide the results of (b) over (a) \n" ); document.write( "4/2598960 = 1/649740 \n" ); document.write( " \n" ); document.write( " |