document.write( "Question 725503: What is the probability that a poker hand (5 card draw) contains nothing but aces and eights?\r
\n" ); document.write( "\n" ); document.write( "-I've went to my instructor for help and he told me that it would be a combination problem.\r
\n" ); document.write( "\n" ); document.write( "-The way I was doing it was that I wrote out the elements:
\n" ); document.write( "{1(A),4(8)},{2(A),3(8)},{3(A),2(8)},{4(A),1(8)}\r
\n" ); document.write( "\n" ); document.write( "Then I wrote my answer as (1/52)*(1/51)*(1/50)*(1/49)*(1/48) because a poker hand is without replacement (showing that I am not returning an ace or eight back to the deck).\r
\n" ); document.write( "\n" ); document.write( "-I've tried both combination formulas that I have and it is not giving me an answer less than or equal to 1 (since it is a probability problem). \r
\n" ); document.write( "\n" ); document.write( "the two combination formulas I have are: \r
\n" ); document.write( "\n" ); document.write( "n!/[r!(n-r)!] (without replacement)\r
\n" ); document.write( "\n" ); document.write( "(r+(n-1))
\n" ); document.write( "( r ) (with replacement) *(trying to show a combination \"()\" instead of a fraction or two separate \"()\")*\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #444174 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
What is the probability that a poker hand (5 card draw) contains nothing but aces and eights?
\n" ); document.write( "-----
\n" ); document.write( "I'm assuming there are at least one ace and 1 eight in each hand.
\n" ); document.write( "--------------
\n" ); document.write( "Successful combinations in ace/8's order:
\n" ); document.write( "1/4 ; 2/3 ; 3/2 ; 4/1
\n" ); document.write( "-----
\n" ); document.write( "# of ways to get each combination:
\n" ); document.write( "1/4::: 4C1*4C4 = 4*1 = 4
\n" ); document.write( "2/3::: 4C2*4C3 = 7*4 = 28
\n" ); document.write( "3/2::: 4C3*4C2 = 4*7 = 28
\n" ); document.write( "4/1::: 4C4*4C1 = 1*4 = 4
\n" ); document.write( "Total number of 5 card hands with at least one ace and one eight: 64
\n" ); document.write( "====
\n" ); document.write( "Total number of 5 card hands: 52C5 = 2598960
\n" ); document.write( "Probability = 66/2598960 = 0.00002539
\n" ); document.write( "==========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );