document.write( "Question 390770: Two cards are drawn with replacement from an ordinary deck of 52 playing cards. What is the probability that both cards are aces? \n" ); document.write( "
Algebra.Com's Answer #277110 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two cards are drawn with replacement from an ordinary deck of 52 playing cards. What is the probability that both cards are aces? \n" ); document.write( "------------------ \n" ); document.write( "# of ways to draw 2 aces: 4C2 = 6 \n" ); document.write( "-- \n" ); document.write( "# of ways to draw 2 cards randomly: 52C2 \n" ); document.write( "======================== \n" ); document.write( "P(draw 2 aces) = 6/52C2 = 6/1326 \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |