document.write( "Question 47488: Two cards are drawn from a shuffled deck of three red and two black cards. They are chosen in sucession. Find the probability that both the first and second card is red.\r
\n" );
document.write( "\n" );
document.write( "Is it 3/10? \n" );
document.write( "
Algebra.Com's Answer #31348 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two cards are drawn from a shuffled deck of three red and two black cards. They are chosen in sucession. Find the probability that both the first and second card is red.\r \n" ); document.write( "\n" ); document.write( "Prob (red on 1st card)=3/5 \n" ); document.write( "Prob (red on 2nd card when 1st card is not replaced in the deck)=2/4\r \n" ); document.write( "\n" ); document.write( "Prob (RR) = [(3/5)*(2/4)]= 3/10\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |