Difficulty: Easy
Correct Answer: 11%
Explanation:
Introduction / Context:
For simple interest, the amount A after t years at annual rate r is A = P * (1 + r * t). When time is fixed, target multiples relate linearly to r through the term (1 + r * t).
Given Data / Assumptions:
Concept / Approach:
First determine t from the first condition, then substitute it into the second equation to solve for the unknown rate r.
Step-by-Step Solution:
1 + 0.05t = 6 → 0.05t = 5 → t = 100 yearsFor 12P: 1 + r * 100 = 12 → r = 11/100 = 0.11 = 11%
Verification / Alternative check:
Using t = 100, at 5%: 1 + 0.05 * 100 = 6 (works). For r = 11%: 1 + 0.11 * 100 = 12 (works).
Why Other Options Are Wrong:
10%, 9%, and 12% yield 11, 10, and 13 as the multiplier respectively, not 12.
Common Pitfalls:
Assuming rate must simply double (from 6x to 12x) without accounting for the initial '+1' in 1 + r * t.
Final Answer:
11%
Discussion & Comments