document.write( "Question 418547: Three cards are drawn in succession from an ordinary deck of playing cards. Find the probability that the first card is a red ace, the second card is a ten or jack, and the third card is greater than 3 but less than 7 if the cards are drawn
\n" );
document.write( "a) without replacement
\n" );
document.write( "b) with replacement \n" );
document.write( "
Algebra.Com's Answer #292913 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a)in case of without replacement\r \n" ); document.write( "\n" ); document.write( "no. of red ace = 2 \r \n" ); document.write( "\n" ); document.write( "no. of ten and jack = 2*4 = 8 \r \n" ); document.write( "\n" ); document.write( "no. of card which is greater than 3 but less than 7 = 3*4 = 12\r \n" ); document.write( "\n" ); document.write( "probability = 2/52 * 8/51 * 12/50 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) in case of with replacement\r \n" ); document.write( "\n" ); document.write( "probability = 2/52 * 8/52 * 12/52 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |