document.write( "Question 911578: How many five card hands consisting of 2 kings and 3 aces can be dealt from a deck of 52 playing cards?\r
\n" );
document.write( "\n" );
document.write( "I have it set up as C(52,2)=52!/(2!50!) & C(52,3)=52!/(3!49!) \n" );
document.write( "
Algebra.Com's Answer #553180 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many five card hands consisting of 2 kings and 3 aces can be dealt from a deck of 52 playing cards? \n" ); document.write( " --------------- \n" ); document.write( "# of ways to succeed:: 4C2*4C3 = 6*4 = 24 \n" ); document.write( "# of random hands:: 52C5 \n" ); document.write( "--- \n" ); document.write( "Probability = 24/52C5 = 0.00000923.... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======== \n" ); document.write( " |