Difficulty: Easy
Correct Answer: Both statements together are necessary
Explanation:
Introduction / Context:We must determine a unique class size using two overlapping ranges and a divisibility condition.
Given Data / Assumptions:
Concept / Approach:Intersect the candidate sets from I and II.
Step-by-Step Solution:From I: {21,22,23,24,25,26}.From II: {25,30}.Intersection ⇒ {25} only. Thus n = 25.
Why Other Options Are Wrong:Neither statement alone yields a unique value; together they do.
Final Answer:Both statements together are necessary.
Discussion & Comments