document.write( "Question 844937: Two cards are drawn in succession from a standard 52 card deck. What is the probability that both cards are red\r
\n" );
document.write( "\n" );
document.write( "If the cards are drawn without replacement
\n" );
document.write( "IF the cards are drawn with replacement \n" );
document.write( "
Algebra.Com's Answer #541913 by mark_henrhiz(40)![]() ![]() You can put this solution on YOUR website! In a standard deck of cards there are\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "13 RED DIAMOND CARDS \n" ); document.write( "13 RED HEART CARDS \n" ); document.write( "13 BLACK CLUB CARDS \n" ); document.write( "13 BLACK SPADE CARDS\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A) WITHOUT REPLACEMENT\r \n" ); document.write( "\n" ); document.write( "P(A) = probability that the first card is red \n" ); document.write( "P(B|A) = probability that the second card is red given the first card is also red\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(both are red cards) = P(A)P(B|A) \n" ); document.write( "P(both are red cards) = 26/52 * 25/51 \n" ); document.write( "P(both are red cards) = 25/102 = 0.245\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B) WITH REPLACEMENT\r \n" ); document.write( "\n" ); document.write( "P(both are red cards) = P(A)P(A|B) \n" ); document.write( "P(both are red cards) = 26/52 * 26/52 \n" ); document.write( "P(both are red cards) = 1/4 = 0.25 \n" ); document.write( " |