Difficulty: Easy
Correct Answer: 200%
Explanation:
Introduction / Context:This problem checks understanding of reconstructing the simple interest rate from principal, time, and final amount, then scaling that rate as requested. The linear nature of SI makes this direct.
Given Data / Assumptions:
Concept / Approach:SI = A - P = 2500 - 1000 = 1500. Rate r% satisfies SI = P * r * t ⇒ r = SI / (P * t). Then compute 4 * r as a percent figure.
Step-by-Step Solution:
SI over 3 years = 1500.r = 1500 / (1000 * 3) = 0.5 = 50% per annum.Four times the rate = 4 * 50% = 200%.Verification / Alternative check:
Recreate amount: A = 1000 * (1 + 0.50 * 3) = 1000 * 2.5 = 2500 (matches).Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:200%.
Discussion & Comments