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:
Verification / 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