Difficulty: Medium
Correct Answer: 50%
Explanation:
Introduction / Context:
For a future amount A due after time t at annual rate r, banker’s discount (BD) = A * r * t and true discount (TD) = A * (r * t) / (1 + r * t). If BD and TD are both given for the same A, r, t, their ratio reveals r * t directly.
Given Data / Assumptions:
Concept / Approach:
Ratio: BD / TD = (A * r * t) / [A * r * t / (1 + r * t)] = 1 + r * t. Hence 225 / 75 = 3 = 1 + r * t. Solve for r * t, then r.
Step-by-Step Solution:
225 / 75 = 3 ⇒ 1 + r * t = 3 ⇒ r * t = 2.Given t = 4 ⇒ r = (r * t) / t = 2 / 4 = 0.5 = 50% p.a.
Verification / Alternative check:
At r = 50%, t = 4: BD = A * 2; TD = A * 2 / 3; BD / TD = 3, agreeing with the given 225/75.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
50%
Discussion & Comments