Multiple choice

In a draw of lottery, tickets numbered 1 to 50 were thoroughly shuffled and put in an urn. Then three tickets were drawn randomly from the urn, what is the probability that there is at least one ticket with one digit number in the drawn tickets?

  1. 41C3

  2. 50C3

  3. 1 - (41C3)/(50C3)

  4. (41C3)x(50C3)

  5. 1 - (41C3)x(50C3)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Number of ways of drawing 3 tickets out of 50 = 50C3 Number of two-digit tickets = 50 - 9 = 41 (since number of one-digit tickets, i.e. tickets marked 1 to 9 = 9)
Number of ways of drawing 3 tickets out of 41 = 41C3 Therefore, probability of getting two-digit numbered ticket = (41C3)/(50C3) Probability of getting at least 1 one-digit numbered ticket = 1 - probability of getting two-digit numbered ticket So, required probability = 1 - (41C3)/(50C3)