document.write( "Question 371923: How do you solve:\r
\n" );
document.write( "\n" );
document.write( "Two cards are drawn, without replacement, from a standard 52-card deck. Find the probability that both cards are the same color. \r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #264929 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do you solve: \n" ); document.write( "Two cards are drawn, without replacement, from a standard 52-card deck. Find the probability that both cards are the same color. \n" ); document.write( "---- \n" ); document.write( "Pick a color: 2 ways \n" ); document.write( "Pick two cards without replacement: 26C2 = (26*25)/(1*2) = 325 \n" ); document.write( "---- \n" ); document.write( "Pick two cards randomly: 52C2 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "P(2 cards same color) = [2*325]/[52C2] = 0.4902 \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |