document.write( "Question 1119199: four tickets are drawn from tickets number 1-30 inclusive. Determine the probability that the tickets marked 1 and 2 are among the four \n" ); document.write( "
Algebra.Com's Answer #734850 by greenestamps(13334) You can put this solution on YOUR website! \n" ); document.write( "The total number of ways of choosing 4 of the 30 tickets is 30 choose 4: \n" ); document.write( " \n" ); document.write( "The number of ways of choosing both the number 1 and 2 tickets and any 2 of the other 28 tickets is (2 choose 2) times (28 choose 2): \n" ); document.write( " \n" ); document.write( "The probability is then the ratio of those two numbers of ways: \n" ); document.write( " |