Difficulty: Medium
Correct Answer: 110
Explanation:
Introduction / Context:
This is a classic two-schedule unitary-method problem. Express total work in person-days using one schedule, then equate it to the other schedule with a different headcount to solve for the original number of people directly and exactly.
Given Data / Assumptions:
Concept / Approach:
Let the original headcount be n and total work be W. Then W = 100n (person-days). With 10 fewer, W = 110(n − 10). Equate and solve for n algebraically.
Step-by-Step Solution:
Verification / Alternative check:
Total work W = 110 * 100 = 11000 person-days. With 100 people (110 − 10), W / 100 = 110 days, as stated.
Why Other Options Are Wrong:
180, 190, 196, 120 do not satisfy 100n = 110(n − 10).
Common Pitfalls:
Setting up 100(n − 10) = 110n (incorrect inversion) or cancelling 100s prematurely and losing track of the equation's balance.
Final Answer:
110
Discussion & Comments