Analyzing the Setup
We are tasked with selecting 10 questions out of a total of 13. The questions are divided into two distinct groups:
Group 1: The first 5 questions.
Group 2: The remaining 8 questions.
The constraint requires us to select at least 4 questions from Group 1. This implies two mutually exclusive scenarios: selecting exactly 4 questions from Group 1, or selecting all 5 questions from Group 1.
The First Path
Case 1
In this scenario, we choose exactly 4 questions from the first 5 and the remaining 6 questions from the 8 available in Group 2. The number of ways to perform this selection is given by the product of the combinations:
We know that 5C4=5C1=5. Furthermore, using the symmetry property nCr=nCn−r, we calculate 8C6 as:
Multiplying these values, we find the total ways for Case 1:
The Second Path
Case 2
In this scenario, we choose all 5 questions from Group 1. To reach our total of 10 questions, we must select the remaining 5 questions from the 8 available in Group 2.
Since 5C5=1 and 8C5=8C3, we calculate the latter as:
Multiplying these values, we find the total ways for Case 2:
The Synthesis
Because these two cases are mutually exclusive, we apply the Addition Principle to find the total number of valid selections.
Final Result: The total number of ways to select the questions under the given constraints is 196.