document.write( "Question 73212: if you randomly select 2 cards from a standard 52-card deck. find the probability that the first card and the second card is red if
\n" );
document.write( "a: you replace the first card before selecting the second
\n" );
document.write( "b: you do not replace the first card \n" );
document.write( "
Algebra.Com's Answer #52443 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if you randomly select 2 cards from a standard 52-card deck. find the probability that the first card and the second card is red if \n" ); document.write( "a: you replace the first card before selecting the second \n" ); document.write( "Ans: If you replace the card the events are independent; that means what \n" ); document.write( "happened on the 1st draw has no effect on what happens on the 2nd draw. \n" ); document.write( "In that case P(red and red)= p(red)*P(red) = 1/2*1/2 = 1/4=0.25 \n" ); document.write( "----------------- \n" ); document.write( "b: you do not replace the first card \n" ); document.write( "Now the events are dependent because you are drawing the 2nd card from \n" ); document.write( "a \"different\" deck; the deck is not missing one red card. \n" ); document.write( "P(red and red) = p(red)*P(red|red) = (26/52) * (25/51) = (1/2)(25/51) \n" ); document.write( "=25/102=0.245098... \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |