document.write( "Question 1049910: In a five-card poker hand, what is the probability of being dealt exactly one ace and no picture cards? \n" ); document.write( "
Algebra.Com's Answer #665484 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = ((4C1)(12C0)(36C4))/(52C5) \n" ); document.write( " |