- #1
ConstantineO
- 29
- 0
Homework Statement
Romeo was given a gift of $10,000 when he turned 16. He invested it at 3% per annum. Three years later, Juliet was given $10,000, which she invested at 5% per annum. When will the two amounts be equal in value?
Homework Equations
Compound Interest Formula
Total = Capital(1+interest)^Years
t = c(1+i)^n
The Attempt at a Solution
Deciding how to create my formula is where things get fuzzy. The way I initially attempted this was to add a 3 year head start onto Romeo's interest formula. This is what results (Used wolfram to save time rewriting):
This eventually results in "4.61103." However, this is not the answer at the back of my textbook. They decided to opt for a different formula where the time is subtracted from Juliet's interest function. This is shown here:
This results in the correct answer of 7.61103. What I'm wondering, why do I have to subtract 3 years from Juliet's compound interest formula, and why does adding 3 years to Romeo's compound interest formula produce the wrong answer?