Difficulty: Easy
Correct Answer: 64
Explanation:
Introduction / Context:
Mixture-averages with two groups can be solved by equating weighted totals. Let p pass and 80 - p fail; use the given group averages to match the overall total.
Given Data / Assumptions:
Concept / Approach:
Total = (pass count * pass avg) + (fail count * fail avg). Solve for p, then compute failed = 80 - p.
Step-by-Step Solution:
Verification / Alternative check:
Totals: 16*60 = 960; 64*35 = 2240; sum = 3200, average = 3200/80 = 40. Correct.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing pass and fail counts or forgetting to multiply averages by their respective counts.
Final Answer:
Discussion & Comments