document.write( "Question 310222: find the number of possible 5-card hands taken from a standard 52-card deck that contain 2 aces and 3 cards that are not aces \n" ); document.write( "
Algebra.Com's Answer #221925 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the number of possible 5-card hands taken from a standard 52-card deck that contain 2 aces and 3 cards that are not aces \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "# of ways to get 2 aces = 4C2 = 6 \n" ); document.write( "# of ways to get 3 other cards = 48C3 \n" ); document.write( "-------------------------------------- \n" ); document.write( "# of possible 5-card hands = 52C5 \n" ); document.write( "============================================ \n" ); document.write( "P(2 aces and 3 other cards) = (6*48C3)/52C5 = 0.0399 \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |