Difficulty: Medium
Correct Answer: $ 18.33
Explanation:
Introduction / Context: True discount (TD) on a sum A for time fraction R = r * t (simple) is TD = A * R / (1 + R). Knowing TD for one time lets you solve for R, then compute TD at double time 2R. This avoids needing the actual rate r or time t separately.
Given Data / Assumptions:
Concept / Approach: Let R = r * t. From TD = A * R / (1 + R) = 10, solve for R. Then for double time, use 2R in the same formula: TD(2t) = A * (2R) / (1 + 2R).
Step-by-Step Solution:
10 = 110 * R / (1 + R) ⇒ 1/11 = R / (1 + R) ⇒ 1 + R = 11R ⇒ R = 0.1.Double time ⇒ 2R = 0.2.TD(2t) = 110 * 0.2 / (1 + 0.2) = 22 / 1.2 = $18.333… ≈ $18.33.Verification / Alternative check: Present worth at time t: PW = A − TD = 110 − 10 = 100; consistent with R = 0.1. At double time, TD drops below $22 due to the denominator (1 + 2R), giving ≈ $18.33.
Why Other Options Are Wrong: $20 or $22 assume linear scaling; true discount is not linear with time. $21.81, $24.20 do not match the exact formula.
Common Pitfalls: Treating TD like simple interest (proportional to time) instead of applying the TD formula with denominator 1 + R.
Final Answer: $ 18.33
Discussion & Comments