Difficulty: Medium
Correct Answer: 320
Explanation:
Introduction / Context:This problem requires forming an equation from group-wise pass rates and the overall pass rate, then solving for the unknown number of boys.
Given Data / Assumptions:
Concept / Approach:Total passes = passes by boys + passes by girls. Equate this to 75% of 480 to solve for B.
Step-by-Step Solution:
0.70B + 0.85(480 − B) = 0.75 * 4800.70B + 408 − 0.85B = 360−0.15B = −48 ⇒ B = 320Verification / Alternative check:Boys passed = 0.70 * 320 = 224; girls = 160, girls passed = 0.85 * 160 = 136; total passed = 360 = 75% of 480. Consistent.
Why Other Options Are Wrong:340, 360, 370 lead to totals not equal to 360 passes; 300 also fails the overall percentage.
Common Pitfalls:Mixing up which group has which rate, or using 75% of only boys or girls instead of the whole.
Final Answer:320
Discussion & Comments