Difficulty: Medium
Correct Answer: 4 years
Explanation:
Introduction / Context: True discount (TD) on a sum due at a future time is different from simple interest (SI) on a present sum, though both use the same rate and time. The relationship TD = S * r * t / (1 + r * t) is crucial, where S is the future due amount. This problem equates SI on a smaller principal to TD on a larger amount to find the time.
Given Data / Assumptions:
Concept / Approach: SI on Rs. 50 = 50 * r * t. TD on Rs. 59 = 59 * r * t / (1 + r * t). Equate them and solve for r * t, then for t since r is known.
Step-by-Step Solution:
50 * r * t = 59 * r * t / (1 + r * t).Cancel r * t (nonzero) ⇒ 50 = 59 / (1 + r * t).1 + r * t = 59/50 = 1.18 ⇒ r * t = 0.18.t = 0.18 / 0.045 = 4 years.Verification / Alternative check: Substitute back: r * t = 0.18 ⇒ TD factor = 0.18/1.18 = 0.152542…; 59 * 0.152542… ≈ 9; SI on 50 = 50 * 0.045 * 4 = 9; they match.
Why Other Options Are Wrong: 2, 3, 5, and 6 years produce different r * t values that break the equality.
Common Pitfalls: Using TD = S * r * t (ignoring the denominator), or forgetting that TD is computed on the future amount.
Final Answer: 4 years
Discussion & Comments