document.write( "Question 541762: Two cards are drawn in succession in a desk w/o replacement. What is the probability that both cards are greater than 2 and less than 8? \n" ); document.write( "
Algebra.Com's Answer #354316 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The cards which are >2 and <8 are: 3,4,5,6 and 7 \n" ); document.write( "Since there are 4 suits, there are a total of 20 cards which are between 3 and 7 \n" ); document.write( "For the 1st draw, the probability is 20/52 \n" ); document.write( "Since the card is not replaced, the probability for the 2nd draw is 19/51 \n" ); document.write( "The probability of both is \n" ); document.write( "P(both >2 and <8) = 20/52*19/51 = 0.143 \n" ); document.write( " |