by RonPurewal Wed May 04, 2016 10:58 pm
frankly, it seems pretty silly to use combinatorial methods on this problem at all.
obviously, using combinatorial methods isn't particularly "easy" or "straightforward" (look at this discussion) -- and, just as obviously, we can just MAKE AN EXHAUSTIVE LIST, which will contain a VERY small number of entries.
the question is:
what percent of all the possible subcommittees that include Michael also include Anthony?
so, if we can just list all of those... we can simply COUNT the ones that have anthony on them.
let's say the six people are M (michael), A (anthony), "1", "2", "3", and "4".
thenall of the committees that include Michael are
M A 1
M A 2
M A 3
M A 4
M 1 2
M 1 3
M 1 4
M 2 3
M 2 4
M 3 4
there are ten of these, of which exactly 4 contain anthony... so the requisite probability is 4 out of 10 = 2/5.
if the NUMBER OF POSSIBILITIES IS SMALL ... don't bother with combinatorial methods! nothing but grief, difficulty, and time-wasting to be had there.