Difficulty: Medium
Correct Answer: 35
Explanation:
Introduction / Context:When hours per day change mid-project, treat work in man-hours. Use completed fraction to infer total work, then determine the remaining workforce at new hours to meet the deadline.
Given Data / Assumptions:
Concept / Approach:Work W in man-hours. Compute W from the 2/5 completion, then solve M such that M*9*25 equals remaining 3/5 of W.
Step-by-Step Solution:
Initial man-hours = 105*8*25 = 21000 = 2/5 W → W = 21000*(5/2) = 52500Remaining = 3/5 W = 31500 man-hoursLet required men = M → M*9*25 = 31500 → M = 31500/225 = 140Additional men = 140 - 105 = 35Verification / Alternative check:Check: 140*9*25 = 31500 → matches remaining workload.
Why Other Options Are Wrong:Off-by-one choices (34, 36, 37) test arithmetic; only 35 satisfies the exact equality.
Common Pitfalls:Forgetting to convert to man-hours after changing the daily hours.
Final Answer:35
Discussion & Comments