Puzzle #1: The Student Admission Problem
Almer S. Tigelaar 01 / 07 / 2011, 09:00
Background: I will occasionally present a small (mathematical) puzzle here. These are a tribute to the column “Vuiks Verhandelingen”, written by Kees Vuik which regularly appeared in the Dutch PCM Magazine nearly a decade ago. Sometimes I may think of them myself, and sometimes they may come from elsewhere.
Let’s get started: 114 students applied for a specific study, only 100 were eventually admitted by lottery. Among the 114 students were 5 foreign students. However, none of these foreigners were among the 100 that were admitted. Intuitively this seems quite unlikely. But how unlikely is it really? Were the foreigners intentionally not admitted?
Your task: find the probability that the 5 foreign students were left out due to chance. This can be solved with basic knowledge of probability and set theory. First try it yourself, then click below to expand the solution and check your answer.

2 comments
add your commentI have to disagree with that last conclusion. The fact that, given a fair lottery, the probability of selecting only non-foreign students is 0.00136%, does not imply that the probability of the lottery being fair is 0.00136%.
I think the best way to explain this is to put it the other way around: assume the lottery is unfair, in the specific sense that it will never select a foreign student. Given this unfair lottery, the probability of selecting only non-foreign students is 100%. By your argument, this would mean that if you see that the lottery selects only non-foreign students, you can conclude that the lottery is unfair with 100% probability. This clearly contradicts the previous result.
I think the only way to make a probabilistic statement about the fairness is to include it as a variable in the probability space. Say, for example, that it is a boolean variable with two values: fair and unfair. Fair means that every subset of 100 students has an equal probability of being selected; unfair means that every subset with at least one foreign student in it have probability 0 (and the others have equal probability). Then the following statements follow:
P(only non-foreign | fair) = 0.00136%
P(only non-foreign | unfair) = 100%
However, what you actually want to know is P(fair | only non-foreign).
Now it turns out that your probability distribution is not fully defined yet; you need prior probabilities for P(fair) and P(unfair) (which should add up to 100%). Say both are 50%. Then,
P(fair | only non-foreign) = P(only non-foreign | fair) P(fair) / P(only non-foreign) = 0.00136% / (100%+0.00136%)
Sander Eon 11 / 08 / 2011 wrote:
@Sander E Thanks, it's a matter of semantics and perspective, but this is an interesting view on, and contribution to, the last part of the problem.
almer.tigelaaron 23 / 08 / 2011 wrote: