document.write( "Question 87028:  Please assist me in solving this problem. Thank you.
\n" );
document.write( "When playing five card poker, a royal flush consists of a 5-card hand with A-K-Q-J-10 of the same suit.
\n" );
document.write( "A.) How many royal flushes are there? (order is not important)
\n" );
document.write( "B.) What is the probability of getting a royal flush? \n" );
document.write( "
| Algebra.Com's Answer #62983 by stanbon(75887)      You can put this solution on YOUR website! When playing five card poker, a royal flush consists of a 5-card hand with A-K-Q-J-10 of the same suit. \n" ); document.write( "A.) How many royal flushes are there? (order is not important) \n" ); document.write( "There are 4, one for each suit. \n" ); document.write( "------------------ \n" ); document.write( "B.) What is the probability of getting a royal flush? \n" ); document.write( "# of 5-card hands is 52C5 = 2,598,960 \n" ); document.write( "P(royal flush) = 4/2 598,960 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |