Difficulty: Medium
Correct Answer: 18
Explanation:
Introduction / Context:When progress lags behind schedule, we can increase the workforce to meet the deadline. We compare required man-days with what remains to determine the additional men needed.
Given Data / Assumptions:
Concept / Approach:Total work can be expressed in man-days. Using progress data, infer the project’s true size, then compute remaining man-days and divide by remaining days to get the required headcount.
Step-by-Step Solution:
Planned production in 24 days = 36 * 24 = 864 man-daysBut this equals 2/5 of actual work → Total work = 864 * (5/2) = 2160 man-daysWork done = 864, Remaining = 2160 - 864 = 1296 man-daysDays left = 48 - 24 = 24 daysRequired men = 1296 / 24 = 54 menAdditional men = 54 - 36 = 18Verification / Alternative check:54 men * 24 days = 1296 man-days remaining; matches need exactly.
Why Other Options Are Wrong:
Common Pitfalls:Using planned total (36*48) as actual work without adjusting for the slower-than-expected progress; forgetting to subtract completed man-days before computing requirements.
Final Answer:18
Discussion & Comments