document.write( "Question 1059644: find the probability of getting four consecutive aces when four cards are drawn without replacement from a standard deck of 52 playing cards \n" ); document.write( "
Algebra.Com's Answer #674682 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
find the probability of getting four consecutive aces when four cards are drawn without replacement from a standard deck of 52 playing cards
\n" ); document.write( "-------
\n" ); document.write( "1st draw is 4 or 52 = 1 of 13
\n" ); document.write( "Then 3 of 51
\n" ); document.write( "then 2 of 50
\n" ); document.write( "then 1 of 49
\n" ); document.write( "----------
\n" ); document.write( "--> (1/13)*(1/17)*(1/25)*(1/49)
\n" ); document.write( "Multiply those.
\n" ); document.write( "
\n" );