Problem 69: Lottery ( ) 2001 Paper II
The national lottery of Ruritania is based on the positive integers from to , where is very large and fixed. Tickets cost each. For each ticket purchased, the punter (i.e. the purchaser) chooses a number from to . The winning number is chosen at random, and the jackpot is shared equally amongst those punters who chose the winning number.
A syndicate decides to buy tickets, choosing every number once to be sure of winning a share of the jackpot. The total number of tickets purchased in this draw is and the jackpot is . Assuming that the non-syndicate punters choose their numbers independently and at random, find the most probable number of winning tickets and show that the expected net loss of the syndicate is approximately
Comments
This is a binomial distribution problem: the probability that out of punters choose the winning ticket is
where here , and . It is clear that an approximation to the binomial distribution is expected (for example, the question uses the word ‘approximately’ and you have to think about how an approximation might arise); and the presence of the exponential in the given result gives a pretty broad hint that it should be a Poisson distribution — the use of which has to be justified. One can expect the Poisson approximation to work when the number of trials (call it ) is large (e.g. ) and when , i.e. the mean is roughly equal to the variance (since these are equal for the Poisson distribution) — so .
You can’t find the most probable number of winning tickets by differentiation (unless you fancy differentiating the factorial ); instead, you must look at the ratios of consecutive terms and see when these turn from being greater than one to less than one.
Solution to problem 69
Let be the random variable whose value is the number of winning tickets out of the tickets purchased by the non-syndicate punters. Then .
Let . Then
This fraction is greater than 1 if , so the most probable number of winning tickets by non-syndicate punters is . Overall (including the ticket bought by the syndicate), the most probable number of winning tickets is 3, which is very plausible.
The expected winnings of the syndicate is
so the expected loss is as given (note that ).
Post-mortem
This is rather interesting. You might perhaps have considered whether it would be worth borrowing money to buy every single lottery combination, in order to win a share of the jackpot. Clearly, the people who run the lottery have to think about this sort of thing.
Suppose the number of tickets sold, excluding the that we plan to buy, is expected to be . Suppose also that a fraction of the total is paid out in the jackpot. Then, setting and , the expected loss formula given in the question becomes
If is very small (take ), we lose (obviously). If is large, say, the exponential can be ignored and we lose . If , this becomes again. In between, there is a value of that, for each fixed , gives a minimum loss (which may be a gain if is close to 1).
Note how informative it is to have rather than ; the numerical value was chosen in the question to model roughly that lottery system in the UK.
Having gone back to this solution after a break, I am now wondering about the use of the Poisson approximation. Of course, the set-up (large , small ) begs us to approximate, but did we need to? Certainly not for the first result, since we can just as well look at the ratio of two terms of the Binomial distribution as at two terms of the Poisson distribution. Try it; the result is of course the same.
The second part is more difficult. What we want is the expectation of , and this turns out to be a difficult sum using the Binomial distribution (in fact, it can only be expressed in terms of a hypergeometric function, which would then have to be approximated to get a less obscure answer).
It seems to me that the solution above is therefore a bit unsatisfactory. It would surely have been better to work with the exact distribution until it was necessary to approximate, even though one knows that the approximation is so good that the answers would be the same. We are, after all, mathematicians and not engineers.