CEMC Banner

Problem of the Week
Problem D and Solution
Come Get Your Tickets!

Problem

POTW Secondary School is putting on a play. Tickets for the play are numbered, and each ticket consists of exactly four digits chosen from the digits \(0\) to \(9\) (digits may be repeated).

Every possible ticket is printed exactly once. If tickets are handed out in a random order, what is the probability that first ticket handed out has digits whose sum is \(34\) or higher?

Solution

First, we determine the total number of possible four-digit ticket numbers. There are \(10\) choices for the first digit. For each of these possibilities, there are \(10\) choices for the second digit. Therefore, there are \(10\times 10=100\) possibilities for the first two digits. For each of these possibilities, there are \(10\) choices for the third digit. Therefore, there are \(100\times 10=1000\) possibilities for the first three digits. And finally, for each of these \(1000\) possibilities for the first three digits, there are \(10\) choices for the fourth digit. Therefore, there are \(1000\times 10= 10\,000\) possible four-digit ticket numbers.

Now, we determine the number of ticket numbers with a digit sum of \(34\) or higher. We consider cases.

Therefore, the number of ticket numbers with a digit sum of \(34\) or higher is \(1+8+6=15\). To calculate the probability we divide the number of tickets with a digit sum of \(34\) or higher by the number of possible ticket numbers. Therefore, the probability that the first ticket handed out has digits whose sum is \(34\) or higher is \(\frac{15}{10\,000}=\frac{3}{2000}\).

Another way of looking at this result is that out of every \(2000\) tickets you could expect, on average, \(3\) tickets with a digit sum of \(34\) or higher.