document.write( "Question 993839: An experiment consists of dealing 5 cards from a standard 52 card deck. What is the probability of being dealt a 5, 6, 7, 8, 9, all in the same suit? \n" ); document.write( "
Algebra.Com's Answer #613124 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The total number of five card hands possible is found by
\n" ); document.write( "52! / (47!)(5!) = 2598960
\n" ); document.write( "And since there are only four hands that satisfy 5,6,7,8,9 of the same suit, we divide the above by four and get
\n" ); document.write( "2598960 / 4 = 649740
\n" ); document.write( "Thus the odds are 1 deal out of 649,740.
\n" ); document.write( "
\n" );