document.write( "Question 1116431: A standard poker hand consists of 5 cards out of a
\n" );
document.write( "standard 52-card deck. A royal flush is a hand where
\n" );
document.write( "the 5 cards are 10, J, Q, K, A and all of the same suit.
\n" );
document.write( "A 4 of a kind is a hand where you have 4 cards of the
\n" );
document.write( "same value and any other fifth card.
\n" );
document.write( "a. Find the probability of a royal flush.
\n" );
document.write( "b. Find the probability of a 4 of a kind. \n" );
document.write( "
Algebra.Com's Answer #731349 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A standard poker hand consists of 5 cards out of a \n" ); document.write( "standard 52-card deck. A royal flush is a hand where \n" ); document.write( "the 5 cards are 10, J, Q, K, A and all of the same suit. \n" ); document.write( "A 4 of a kind is a hand where you have 4 cards of the \n" ); document.write( "same value and any other fifth card. \n" ); document.write( "a. Find the probability of a royal flush. = [4/52C5] \n" ); document.write( "b. Find the probability of a 4 of a kind. = [13*39]/52C5 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |