Question
Mathematics Question on permutations and combinations
In an examination of Mathematics paper, there are 20 questions of equal marks and the question paper is divided into three sections : A, B and C . A student is required to attempt total 15 questions taking at least 4 questions from each section. If section A has 8 questions, section B has 6 questions and section C has 6 questions, then the total number of ways a student can select 15 questions is _______ .
Define the variables: Let xA be the number of questions selected from section A. Let xB be the number of questions selected from section B. Let xC be the number of questions selected from section C. We know that xA+xB+xC=15 with the constraints xA≥4, xB≥4, and xC≥4.
Transform the variables: Introduce new variables:
yA=xA−4,yB=xB−4,yC=xC−4
The equation becomes:
yA+yB+yC=3
Count the non-negative integer solutions: The number of non-negative integer solutions is given by:
Number of solutions=(k−1n+k−1)
Here, n=3 and k=3:
Number of solutions=(25)=10
Calculate the total combinations: Total selections can be computed as:
Total ways=∑C(8,xA)×C(6,xB)×C(6,xC)
=56×6+28×6×15×2+56×15×2+70×6×2+8×15×15
= 2016 + 5040 + 1680 + 840 + 1800 = 11376
Thus, the answer is: 11376