Difficulty: Easy
Correct Answer: 9 months
Explanation:
Introduction / Context:True discount TD relates the sum due S, rate r, and time t (years) via TD = S * (r t/100) / (1 + r t/100). This can be inverted to find t given TD, S, and r. It is often quicker to cross-multiply and solve for r t first, then convert to months.
Given Data / Assumptions:
Concept / Approach:Start from TD = S * (r t/100)/(1 + r t/100). Multiply both sides to remove the denominator and solve the linear equation in t. Finally, convert years to months.
Step-by-Step Solution:
9 = 249 * (5 t/100) / (1 + 5 t/100).9(1 + 5 t/100) = 249 * (5 t/100).9 + 0.45 t = 12.45 t ⇒ 9 = 12 t ⇒ t = 0.75 years.t = 0.75 * 12 = 9 months.Verification / Alternative check:Compute PW = S − TD = 249 − 9 = 240. Check: PW * (1 + r t) = 240 * (1 + 0.05 * 0.75) = 240 * 1.0375 = 249, correct.
Why Other Options Are Wrong:
Common Pitfalls:Using TD = S * r t/100 (which is banker’s discount), not true discount. Always include the denominator term 1 + r t/100 for TD.
Final Answer:9 months
Discussion & Comments