Question
Question: there are 2 sections a b c with 5 questions each such that one question from each section is compuls...
there are 2 sections a b c with 5 questions each such that one question from each section is compulsory and a total of 5q can be answered find number of ways
2250
Solution
The problem asks us to find the number of ways to answer 5 questions from three sections A, B, C, each containing 5 questions, with the conditions that one question from each section is compulsory, and a total of 5 questions must be answered.
Let nA, nB, and nC be the number of questions chosen from section A, B, and C respectively.
The given conditions can be stated as:
- Compulsory Question: At least one question must be chosen from each section. So, nA≥1, nB≥1, and nC≥1.
- Total Questions: A total of 5 questions must be answered. So, nA+nB+nC=5.
- Maximum Questions per Section: Each section has 5 questions. So, nA≤5, nB≤5, and nC≤5.
We need to find all possible combinations of non-negative integers (nA,nB,nC) that satisfy these conditions. Since nA+nB+nC=5 and each ni≥1, the maximum value any ni can take is 5−1−1=3. This means ni≤3, which automatically satisfies the ni≤5 condition.
Let's list the possible sets of (nA,nB,nC) that sum to 5, with each component being at least 1:
Case 1: (1, 1, 3) This means we choose 1 question from section A, 1 from section B, and 3 from section C. The number of ways to choose questions for this specific distribution is: (15) (for section A) ×(15) (for section B) ×(35) (for section C) =5×5×10=250 ways.
Since the sections are distinct, the distribution (1, 1, 3) can be permuted in three ways:
- (1, 1, 3): 1 from A, 1 from B, 3 from C. Ways = 250.
- (1, 3, 1): 1 from A, 3 from B, 1 from C. Ways = (15)×(35)×(15)=5×10×5=250.
- (3, 1, 1): 3 from A, 1 from B, 1 from C. Ways = (35)×(15)×(15)=10×5×5=250. Total ways for this type of distribution = 3×250=750.
Case 2: (1, 2, 2) This means we choose 1 question from section A, 2 from section B, and 2 from section C. The number of ways to choose questions for this specific distribution is: (15) (for section A) ×(25) (for section B) ×(25) (for section C) =5×10×10=500 ways.
This distribution (1, 2, 2) can also be permuted in three ways:
- (1, 2, 2): 1 from A, 2 from B, 2 from C. Ways = 500.
- (2, 1, 2): 2 from A, 1 from B, 2 from C. Ways = (25)×(15)×(25)=10×5×10=500.
- (2, 2, 1): 2 from A, 2 from B, 1 from C. Ways = (25)×(25)×(15)=10×10×5=500. Total ways for this type of distribution = 3×500=1500.
Total Number of Ways: The total number of ways to answer the questions is the sum of ways from all possible distributions: Total Ways = (Total ways from Case 1) + (Total ways from Case 2) Total Ways = 750+1500=2250.
The interpretation of "one question from each section is compulsory" means that the final selection must contain at least one question from each section. The method used above correctly accounts for this by setting nA,nB,nC≥1.