document.write( "Question 838806: given a regular 52 card deck, what is the probability of getting a 5 card hand with a least 2 aces? \n" ); document.write( "
Algebra.Com's Answer #505380 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
given a regular 52 card deck, what is the probability of getting a 5 card hand with a least 2 aces?
\n" ); document.write( "-----
\n" ); document.write( "# of ways to succeed::
\n" ); document.write( "4C2*48C3 + 4C3*48C2 + 4C4*48C1
\n" ); document.write( "= 103776+4512+48
\n" ); document.write( "= 108336
\n" ); document.write( "-----
\n" ); document.write( "# of random 5 card hands = 52C5 = 2598960
\n" ); document.write( "----
\n" ); document.write( "Ans: 0.0417
\n" ); document.write( "==================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );