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:
Let p = passed ⇒ failed = 80 - p60p + 35(80 - p) = 320060p + 2800 - 35p = 320025p = 400 ⇒ p = 16Failed = 80 - 16 = 64Verification / 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:
64
Discussion & Comments