Problem 68: Breaking plates () 2001 Paper I
Four students, one of whom is a mathematician, take turns at washing up over a long period of time. The number of plates broken by any student in this time obeys a Poisson distribution, the probability of any given student breaking plates being for some fixed constant , independent of the number of breakages by other students. Given that five plates are broken, find the probability that three or more were broken by the mathematician.
Comments
The way this is set up, it is largely a counting exercise (but see postmortem). To start with, you work out the probability of five breakages, then follow that with the probability that the mathematician broke three of more plates. You need to calculate the number of ways that 5 plates can be shared amongst four students, for which you have to consider each partition of the number 5 and the number of different ways it can arise.
Solution to problem 68
First we work out the probability of five breakages.
Let denote the probability that student A breaks 5 plates and students B, C and D break no plates. Then
The probability that one student breaks all the plates is , the factor 4 because it could be any one of the four students.
Let denote the probability that student A breaks 4 plates, student B breaks one plate and students C and D break no plate. Then
The probability that any one student breaks four plates and any other student breaks one plate is therefore .
Considering , , and in turn, together with the number of different ways these probabilities can occur, shows that the probability of five breakages is
The probability that the mathematician (student A, say) breaks three or more is , i.e.
The probability that the mathematician breaks three or more, given that five are broken is therefore .
Post-mortem
If you did the question by the method suggested above, you will probably be wondering about the answer: why is it independent of ; and why is the denominator . You will quickly decide that the Poisson distribution was a red herring (though I promise you that it was not an intentional herring), since there is no trace of the distribution in the answer.
The denominator is pretty suggestive. A completely different approach is as follows, It is clear that the probability that the mathematician breaks any given plate is . The probability that he or she breaks plates is therefore binomial:
and adding the cases ,
and
gives
rather rapidly
For the method given in the solution, we could substitute for (as the probability of breaking plates) and the calculation would work just the same, with all the s disappearing; try it.