DaveGill Wrote:Can some one explain why this is wrong
To ensure atleast one french let us first select one french person and then select 2 more members from all the remaining members.
No. of ways 1 French can be chosen from a group of 4 = 4C1 = 4
No of ways 2 other members can be chosen from 9 remaining members = 9C2 = 36.
Total numbers of ways = 4 x 36 = 144.
this doesn't work because, if a group contains more than one french teacher, then that group gets counted more than once.
here's why:
let's say that jacques and jean-baptiste are 2 of the french teachers, and mr. x is a third person.
then your method will count the following situations
separately:
1) jacques is selected as the 1 out of 4, and jean-baptiste and mr. x are selected as the 2 out of 9;
2) jean-baptiste is selected as the 1 out of 4, and jacques and mr. x are selected as the 2 out of 9.
but those are the same group.
not good.
you could always salvage this method by subtracting out the # of groups that get double-counted in that way, but that's a lot of effort (not to mention that it requires a masterful intuition for combinatorics).