cdux said:
Though I wish it was possible to eliminate that "90->60->30" succession from the arithmitic. For some reason it sounds unintuitive (though it may be just me).
Hey again! :)
Why is it not logical? The 90-60-30 comes from the fact that the first you have 90 people, after you have created the first group you have 60 people, then 30.(in the binomal coefficient in the denominators)
I had also heard of another impressive (and correct) answer that starts with the denominator being all possible arrangements of the students: 90!/(30!*30!*30!).
Really?, I tried evaluation this expression, but I did not get the same answer.
My attempt started with "all possible arrangements of the 90 students in 30-student groups" as denominator and then I was trying to eliminate having "either 2 or 3 of the same 3 in the same class" on the enumerator and then reversing it to get "neither 2 or 3 in the same class" (it was also confusing that 0 of them would be impossible because that would mean at least 2 would be in another group so I didn't know if it should be included).
I suspect that I did a mistake at least with the denominator because it might produce more combinations than possible (judging from correct answers) but I'm not sure..
I am not sure about everything you do, but a lot in the expression in your first post seems unnatural.
If you want to calculate the probability by excluding 3 in one group, and 2 in one group, you can calculate it like this:
\Large 1-\frac{{3 \choose 1}*{87 \choose 27}}{{90 \choose 30}}-\frac{{3 \choose 1}*{3 \choose 2}*{2 \choose 1}*{87 \choose 28}*{59 \choose 29}*{30 \choose 30}}{{90 \choose 30}*{60 \choose 30}*{30 \choose 30}}
This expression gives the same numerical answer as(90*60*30/(90*89*88))
The first fraction excludes 3 beeing in the same group, and the second excludes 2 beeing in the same group. You have to account for the fact that you can choose any of the 3 persons(when 2 are in the same group), and any of the 3 groups. I think this is more complicating than calculating it directly.
However, even though you asked for a combinatorical approach, I am curious if there is some cool shortcut we can use to get (90*60*30/(90*89*88)), but I do not see it right now.