The Architecture of Choice
Mastering Combinatorics in Exams
Imagine you are sitting in the exam hall. The clock is ticking, the pressure is mounting, and you are staring at a test paper with 6 multiple-choice questions.
Each question has 4 options, but only one is the golden ticket—the correct answer. The other 3 are decoys.
The problem asks us to find the number of ways to answer this test such that exactly 4 questions are correct. This is not just a math problem; it is a lesson in structured decision-making.
Phase 1
The Selection of Destiny
Before we worry about the options, we must address the structure. We have 6 questions, and we need to decide which 4 of them will be the 'correct' ones.
The order in which we select these questions does not matter; we are simply choosing a set of 4 positions out of 6. This is the classic domain of combinations, using the formula nCr where n=6 and r=4.
Using the symmetry property nCr=nCn−r, we know that 6C4 is identical to 6C2. The calculation is as follows:
So, there are 15 distinct ways to choose which questions will be correct.
Phase 2
The Precision of Correctness
Now that we have selected our 4 questions, we must answer them. Since each question has only 1 correct option, there is only 1 way to answer each of these 4 questions correctly.
If we have 4 questions, the number of ways to answer them is:
It seems trivial, but in combinatorics, acknowledging the 'one way' is vital for maintaining the integrity of our logic.
Phase 3
The Trap of the Incorrect
This is where most students stumble. We have 2 questions remaining (6−4=2). The problem demands exactly 4 correct answers, which implies that these remaining 2 questions must be answered incorrectly.
For each of these 2 questions, there are 4 options total. Since 1 is correct, there are 4−1=3 incorrect options.
By the Fundamental Principle of Counting, the number of ways to answer these 2 questions incorrectly is:
The Synthesis
Bringing It All Together
We have three independent events that must occur simultaneously: selecting the questions, answering the correct ones, and answering the incorrect ones. To find the total number of ways, we multiply these independent counts together:
The final calculation is straightforward: 15×9=135. There are exactly 135 ways to answer the test to satisfy the condition.
The beauty of this problem lies in the realization that 'exactly' constraints are not just about what you include, but also about what you must strictly exclude. Keep this in mind, and you will never fall into the trap of overcounting again.