document.write( "Question 586366: What is the probability of having two aces, two kings, and a queen in a five-card poker hand? \n" ); document.write( "
Algebra.Com's Answer #373781 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the probability of having two aces, two kings, and a queen in a five-card poker hand? \n" ); document.write( "--- \n" ); document.write( "# of ways to succeed: 4C2*4C2*4C1 = 6*6*4 = 144 \n" ); document.write( "---- \n" ); document.write( "# of random hands of 5: 52C5 = 2598960 \n" ); document.write( "---- \n" ); document.write( "P(2A and 2K and 1Q) = 144/2598960 = 0.0000554407\r \n" ); document.write( "\n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |