Difficulty: Medium
Correct Answer: 20
Explanation:
Introduction / Context: This is a classic unitary-method / algebra blend about fixed total budget and varying duration. Extending the number of days forces a reduction in daily spending so that the total cost remains the same. We form an equation in the number of days and solve it cleanly.
Given Data / Assumptions:
Concept / Approach: Equate the two expressions for the new daily expense. This yields a rational equation in d that simplifies to a quadratic. Solve for d and choose the positive, meaningful value.
Step-by-Step Solution:
Original daily expense e = 360/d.New daily expense e − 3 = 360/(d + 4).So 360/d − 3 = 360/(d + 4).Bring to one side: 360/d − 360/(d + 4) = 3.Compute LHS: 360[(d + 4) − d] / (d(d + 4)) = 1440 / (d(d + 4)).Thus 1440 / (d(d + 4)) = 3 ⇒ d(d + 4) = 480.d^2 + 4d − 480 = 0 ⇒ Discriminant = 16 + 1920 = 1936 = 44^2.d = (−4 + 44)/2 = 20 (take positive root).Verification / Alternative check: Original e = 360/20 = ₹ 18/day. New duration 24 days with ₹ 15/day gives total 24*15 = ₹ 360, consistent.
Why Other Options Are Wrong: 40, 60, 15, 24 do not satisfy the budget relation; only d = 20 preserves the total expense under the given change.
Common Pitfalls: Algebra slips when clearing denominators; forgetting that total budget is fixed in both scenarios.
Final Answer: 20
Discussion & Comments