document.write( "Question 378570: Calculate the probability of being dealt the following poker hand. (Recall that a poker player is dealt 5 cards at random from a standard deck of 52.) Express your answer as a decimal rounded to four decimal places. \n" ); document.write( "
Algebra.Com's Answer #268886 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
I don't know what kind of poker hand the problem is referring to, but it is possible to find probabilities of obtaining certain hands on the first deal.\r
\n" ); document.write( "\n" ); document.write( "For example, we can compute the probability of obtaining a royal flush (A, K, Q, J, 10 of same suit) on the first hand.\r
\n" ); document.write( "\n" ); document.write( "There are only four different royal flushes possible in poker, and 52C5 ways of choosing five random cards out of 52. Thus the probability is 4/(52C5), or about 1 in 650,000.
\n" ); document.write( "
\n" );