In one congress there are 15 physics and 15 math teachers. How many committees of 8 teachers can be formed with at least 4 math teachers and at least 2 physics teachers?
I know how to solve this problem. However. I can't explain why the following solution is incorrect
1)
Commission with 6 mathematicians and 2 physicists:
possibilities to select 4 mathematicians * possibilities to select 2 physicists * possibilities to select the 2 remaining mathematicians from the 11 left: ${14 \choose 4} {15 \choose 2} {11 \choose 2}$
2)
Commission with 4 mathematicians and 4 physicists:
possibilities to select 4 mathematicians * possibilities to select 2 physicists * possibilities to select the 2 remaining physicists from the 13 left:
${15 \choose 4} {15 \choose 2} {13 \choose 2}$
3)
Commission with 5 mathematicians and 3 physicists:
possibilities to select 4 mathematicians * possibilities to select 2 physicists * possibilities to select the 1 remaining mathematicians from the 11 left * possibilities to select the 1 remaining physicists from the 13 left:
${15 \choose 4} {15 \choose 2} {11 \choose 1} {13 \choose 1}$
The answer would then be 1) + 2) + 3).
Why is this solution wrong?
You can break it down as you had if you like (and in this case it seems like it may even be the more efficient approach)
Let us look at one of the specific cases in more detail:
Here, we should pick which six mathematicians there are in $\binom{15}{6}$ ways, and then which two physicists there are in $\binom{15}{2}$ ways. This gives a total of $\binom{15}{6}\cdot \binom{15}{2}$ possibilities in this case.
For some strange reason which I cannot understand you got a total of $\binom{14}{4}\binom{15}{2}\binom{11}{2}$ for this case... It appears as though you removed a person from the pool of mathematicians, chose four of these mathematicians to whom you gave a special golden hat and told them they were special, picked two physicists, then put the missing mathematician back into the pool, then picked two more mathematicians from this group to whom you gave dunce caps to make them feel bad about themselves.
In such a scenario, the outcome where a particular mathematician is wearing a golden hat is considered a different outcome than if the mathematician is wearing a dunce cap. This is regardless whether or not the people on the committee are otherwise the same.
In reality, we don't care whether a person was picked in the first step versus the third step... they are otherwise considered the same to us and this is the source of your overcounting.
If you remain unconvinced, consider the problem of if you have $15$ mathematicians, $15$ physicists, we want to pick thirty of them in such a way that we picked at least $4$ mathematicians and at least $2$ physicists. There is clearly only one possiblity: namely the one where we picked all thirty available people.
Final answer then:
$$\binom{15}{6}\binom{15}{2}+\binom{15}{5}\binom{15}{3}+\binom{15}{4}\binom{15}{4}$$