Question
Question: A candidate is required to answer \(6\) out of \(10\) questions which are divided into two groups ea...
A candidate is required to answer 6 out of 10 questions which are divided into two groups each containing 5 questions and he is not permitted to attempt more than 4 from each group. In how many ways can he make up his choice?
Solution
This is a question based on combination concept. Let there be two sections (A and B) in the question paper and each section has 5 different questions in it. So the candidate has to select some question from section A and some question from section B, and the total attempted question should be6. So we will make all cases of selecting questions and the total selected question should be six. For selecting questions we will use a combination concept.
Complete step-by-step answer:
Combination: If we have to select r different things from total n different things, total numbers of ways to select are –
nCr=r!(n−r)!n!
Now, let us assume that the question paper has 2 different sections, A and B, which has 5 different questions each.
Now we have to select a total 6 out of 10 questions in the paper. So possible cases for this selection:
But the question has said that the candidate is not permitted to answer more than 4 questions from each section, so we will reject case (1) and case (5), because in these cases we are selecting 5 questions from one section.
So our favorable cases are:
Now we will calculate the number of ways for different cases.
(i) So for the first case, we have to select 4 questions from section A and 2 questions from section B. So number of ways of selecting 4 questions out of 5questions are 5C4 and 2 questions out of 5 questions are5C2. But these events are simultaneous, so total number of ways for case (1):
5C4×5C2
⇒4!1!5!×3!2!5!
⇒15×25×4
⇒5×10
⇒50ways.
(ii) For the second case, we have to select 3 questions from section A and section B each. So the number of ways of selecting 3 questions out of 5questions are5C3. So, total number of ways for case (2):
5C3×5C3
⇒3!2!5!×3!2!5!
⇒25×4×25×4
⇒10×10
⇒100ways.
(iii) And for the second case, we have to select 2 questions from section A and 4questions from section B. So, total number of ways for case (3):
5C2×5C4
⇒2!3!5!×4!1!5!
⇒25×4×5
⇒10×5
⇒50 ways.
So total number of ways for selecting total 6 out of 10questions are:
= no. of ways for case (1) + no. of ways for case (2) + no. of ways for case (3)
= 50ways + 100ways + 50ways
=200 ways.
Note: (i) For this question, we have method-2 also. We have to select a total 6 out of 10questions but the condition is that we don’t have to select more than 4questions from each section/group.
So, here we select 6 out of 10questions and then subtract the number of ways where we select 5 questions from one of two different sections. So total numbers of ways are:
10C6−(2C1×5C5)×5C1
⇒10C6−2C1×5C5×5C1
⇒6!4!10!−1!1!2!×5!10!5!×1!4!5!
⇒4×3×2×110×9×8×7−2×1×5
⇒10×3×7−10
⇒210−10
⇒200ways.
(ii) In this question, students should take care of all cases carefully. Since calculations are a little tough, keep in mind that check all cases at least once at the end of the questions.