document.write( "Question 266215: Two cards are drawn with replacement from an ordinary deck of 52 playing cards. What is the probability that both cards are of the same value (for example, both cards are twos or queens or aces)? \n" ); document.write( "
Algebra.Com's Answer #195621 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 of the same value (for example, both cards are twos or queens or aces)? \n" ); document.write( "--- \n" ); document.write( "How to succeed: \n" ); document.write( "Pick a card type: 13 ways \n" ); document.write( "Pick 2 cards of that type: 4C2 = 6 \n" ); document.write( "---------------------------------------- \n" ); document.write( "# of ways to succeed: 13*6 = 78 \n" ); document.write( "----- \n" ); document.write( "# of possible selections: 52C2 = 650 \n" ); document.write( "------ \n" ); document.write( "So, P(both cards are same value) = 78/650 = 0.12 \n" ); document.write( "=================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |