Difficulty: Easy
Correct Answer: 100
Explanation:
Introduction / Context:This classic mixture problem uses subgroup averages and the overall average to find subgroup sizes. Convert averages to totals and form a simple linear equation in the number of passed students.
Given Data / Assumptions:
Concept / Approach:Let the number of students who passed be x. Then total marks = 39x + 15(120 - x). Equate this to the overall total 120 * 35 and solve for x.
Step-by-Step Solution:
Overall total = 120 * 35 = 4200Equation: 39x + 15(120 - x) = 420039x + 1800 - 15x = 4200 ⇒ 24x = 2400x = 100Verification / Alternative check:Compute totals: passed = 100 * 39 = 3900; failed = 20 * 15 = 300; sum = 4200, which matches the overall requirement.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting that the failed group size is 120 - x or mis-multiplying the subgroup totals.
Final Answer:100
Discussion & Comments