Difficulty: Easy
Correct Answer: 10 days
Explanation:
Introduction / Context:Conservation of total rations (measured in soldier-days) is a common approach. We first compute the total available soldier-days, subtract what has been consumed, and then divide by the new daily consumption after reinforcements.
Given Data / Assumptions:
Concept / Approach:Use the soldier-day model. Total stock in soldier-days is fixed. Consumption reduces it. Remaining soldier-days divided by current soldiers gives remaining days.
Step-by-Step Solution:
Total soldier-days = 1000 * 30 = 30000.Consumed in first 10 days = 1000 * 10 = 10000.Remaining soldier-days = 30000 - 10000 = 20000.After reinforcements: daily consumption = 2000 soldier-days per day.Remaining days = 20000 / 2000 = 10 days.Verification / Alternative check:Total elapsed time until exhaustion = 10 (first) + 10 (remaining) = 20 days from the start. The question asks for duration after the join, hence 10 days is correct.
Why Other Options Are Wrong:25/20/15 days conflate total-from-start with remaining or miscompute consumption. Only 10 days matches the soldier-day arithmetic post-join.
Common Pitfalls:Not converting to soldier-days; assuming “one month” as 31; or forgetting that the question asks for the remaining duration after the reinforcements arrive.
Final Answer:10 days
Discussion & Comments