document.write( "Question 428689: Two cards are drawn from an ordinary deck of 52 cards. The probability that both cards are aces is? \n" ); document.write( "
Algebra.Com's Answer #297920 by John10(297)![]() ![]() You can put this solution on YOUR website! Two cards are drawn from an ordinary deck of 52 cards. The probability that both cards are aces is?\r \n" ); document.write( "\n" ); document.write( "There are 4 aces in a 52-card deck. Suppose without replacement, the probability is \r \n" ); document.write( "\n" ); document.write( "P(2 aces)= (4/52) * (3/51) = (1/13) * (1/17) = 1/221 \r \n" ); document.write( "\n" ); document.write( "***Note: \n" ); document.write( "4/52 is the probability of first draw. \n" ); document.write( "3/51 is the probability of second draw (Without replacement)\r \n" ); document.write( "\n" ); document.write( "There you go! John10 \n" ); document.write( " |