The following is a simple combinatorics question:
In an examination, a question paper consists of 12 questions divided into two parts i.e., Part I and Part II, containing 7 and 5 questions, respectively. A student is required to attempt 8 questions in all, selecting at least 3 from each part. In how many ways can a student select the questions ?
The correct answer is: $^7C_3\cdot^5C_5+ ^7C_4\cdot^5C_4+^7C_5\cdot^5C_3=210+175+35=420$
But I thought of the following approach:
Since at least 3 of each type are to be attempted, so why not first choose 3 of each type first, this when counted gives: $^7C_3\cdot^5C_3=350$. Now out of 12 only 6 are left to be chosen out of, where 2 are to be chosen, so this when counted gives $^6C_2=15$. Thus by addition principle it follows that total total such cases should be $375$ which is clearly wrong. So I ask why is it wrong? Where is the fault in logic? It's obvious I'm not counting some case so what might they be?