Difficulty: Medium
Correct Answer: 15
Explanation:
Introduction:
When both workforce size and daily hours change, total work is proportional to men × hours/day × days. By equating total man-hours between the two scenarios for the same task, we can solve for the unknown number of days directly and cleanly.
Given Data / Assumptions:
Concept / Approach:
Total man-hours are equal: 30 * 9 * 16 = 36 * 8 * D. Solve for D using simple algebra and integer arithmetic where possible to avoid rounding errors.
Step-by-Step Solution:
Verification / Alternative check:
Ratio method: D = 16 * (30/36) * (9/8) = 16 * (5/6) * (9/8) = 16 * (45/48) = 15, confirming the result.
Why Other Options Are Wrong:
25, 18, 12, 10 fail the equality of total man-hours for the unchanged job scope.
Common Pitfalls:
Treating men and hours symmetrically but forgetting to multiply both before applying inverse proportion in days; always equate the product men * hours/day * days.
Final Answer:
15
Discussion & Comments