Difficulty: Medium
Correct Answer: 4%
Explanation:
Introduction / Context:
This problem compares two time-value measures at the same rate and period: simple interest (on a present principal) and true discount (the rebate that converts a future amount to present worth). When they are set equal, the common rate can be solved directly. Such questions are common in true-discount chapters and test formula fluency and algebraic manipulation.
Given Data / Assumptions:
Concept / Approach:
Use SI = P * r * t / 100 and TD = A * (r * t / 100) / (1 + r * t / 100). Equate these two because the problem states they are equal for the same r and t. Solve for r as a percentage.
Step-by-Step Solution:
Simple interest on 750 for 2 years: SI = 750 * r * 2 / 100 = 15r.True discount on 810 for 2 years: TD = 810 * (2r/100) / (1 + 2r/100).Equate: 15r = [810 * (2r/100)] / (1 + 2r/100).Cancel r (r ≠ 0): 15 = 16.2 / (1 + 0.02r).Invert: 1 + 0.02r = 16.2 / 15 = 1.08 ⇒ 0.02r = 0.08 ⇒ r = 4.
Verification / Alternative check:
At r = 4%: SI = 15 * 4 = 60. Also TD = 810 * (2 * 4 / 100) / (1 + 0.08) = 810 * 0.08 / 1.08 = 64.8 / 1.08 = 60. Both match.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
4%
Discussion & Comments