document.write( "Question 142571: How many 5-card hands having exactly 3 aces and 2 other cards can be dealt? \n" ); document.write( "
Algebra.Com's Answer #103776 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many 5-card hands having exactly 3 aces and 2 other cards can be dealt?
\n" ); document.write( "-------------
\n" ); document.write( "# of ways to pick 3 aces: 4C3 = 4
\n" ); document.write( "# of ways to pick 2 other cards: 48C2 = 48*47/1*2 = 1128
\n" ); document.write( "----------------
\n" ); document.write( "Total # of 5-card hands with 3 aces and 2 other cards: 4*1128 = 4512
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );