Difficulty: Easy
Correct Answer: 20
Explanation:
Introduction / Context:
Convert overall and subgroup averages to totals to find the number who passed. Once the passed count is known, take one quarter (25%) as requested.
Given Data / Assumptions:
Concept / Approach:
Let x be the number who passed. Then 40x + 10(120 - x) = 3600. Solve for x, then compute 0.25x.
Step-by-Step Solution:
Verification / Alternative check:
Totals: passed = 80 * 40 = 3200; failed = 40 * 10 = 400; sum = 3600, consistent with the overall total.
Why Other Options Are Wrong:
Common Pitfalls:
Using an unweighted average or forgetting to subtract x when computing the failed count 120 - x.
Final Answer:
20
Discussion & Comments