Difficulty: Easy
Correct Answer: ₹ 5472
Explanation:
Introduction / Context:
Given true discount TD, time t, and rate r, the due amount A can be found by inverting TD = A * (r * t) / (1 + r * t). This is a standard reverse-calculation task in true discount problems.
Given Data / Assumptions:
Concept / Approach:
TD = A * 0.14 / 1.14 ⇒ TD = A * (7/50) / (57/50) = A * (7/57). Therefore A = TD * (57/7).
Step-by-Step Solution:
A = 672 * 57 / 7 = 96 * 57 = 5472.
Verification / Alternative check:
Compute PW = A − TD = 5472 − 672 = 4800. Interest on PW for 2 years at 7% = 4800 * 0.07 * 2 = 672 = TD, confirming correctness.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
₹ 5472
Discussion & Comments