Difficulty: Medium
Correct Answer: 75
Explanation:
Introduction / Context:
This is a workforce planning question. If progress lags behind schedule, we can scale workforce proportionally to required daily completion rates to meet the deadline.
Given Data / Assumptions:
Concept / Approach:
Compute current daily completion rate and the required daily rate for the remaining period. The ratio of required to current rate gives the factor by which the workforce must be increased.
Step-by-Step Solution:
Current progress: 1/5 in 20 days ⇒ current rate = (1/5)/20 = 1/100 per day. Remaining work = 4/5; remaining time = 40 days. Required rate = (4/5)/40 = 1/50 per day. Factor needed = (required rate) / (current rate) = (1/50) / (1/100) = 2. Therefore, workforce must double from 75 to 150. Additional workers = 150 − 75 = 75.
Verification / Alternative check:
With 150 workers at twice the initial rate, 1/50 per day * 40 days = 4/5, perfectly matching the remaining work.
Why Other Options Are Wrong:
25 or 50 insufficient; “can’t be determined” is incorrect because proportionality is given; 30 is arbitrary.
Common Pitfalls:
Comparing elapsed time to completed fraction without computing daily rates; forgetting to scale workforce based on required daily completion rate.
Final Answer:
75
Discussion & Comments