document.write( "Question 596236: two cards are drawn from a standard deck of 52 cards without replacement. find the probability that the first card is an ace and the second is a 2. \n" ); document.write( "
Algebra.Com's Answer #377613 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P(Ace then 2) = P(Ace)*P(2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(Ace then 2) = (4/52)*(4/51)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(Ace then 2) = 16/2652\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(Ace then 2) = 4/663 \n" ); document.write( " |