document.write( "Question 303158: find the probability of getting 4 consecutive aces when 4 cards are drawn wothout replacement from a standard deck of 52 playing cards \n" ); document.write( "
Algebra.Com's Answer #217262 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
First ace: \"P=4%2F52\"
\n" ); document.write( "Second ace: \"+P=3%2F51\"
\n" ); document.write( "Third ace: \"+P=2%2F50\"
\n" ); document.write( "Fourth ace: \"+P=1%2F49\"
\n" ); document.write( "P(4 aces)=\"%284%2F52%29%283%2F51%29%282%2F50%29%281%2F49%29=24%2F6497400=1%2F270725\"
\n" ); document.write( "
\n" );