SOLUTION: Hi! I'm having trouble with this word problem about compound interest and logs: Annie invests $1000 at an interest rate of 10% compounded anually. Deena invests $1500 at a inter

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Hi! I'm having trouble with this word problem about compound interest and logs: Annie invests $1000 at an interest rate of 10% compounded anually. Deena invests $1500 at a inter      Log On


   



Question 594929: Hi! I'm having trouble with this word problem about compound interest and logs:
Annie invests $1000 at an interest rate of 10% compounded anually. Deena invests $1500 at a interest rate of 5% compounded annually. After how many years will they have accumulated the same amount?
I wrote out the equation like this but do not know how to solve it:

+1000%281%2B0.1%29%5Ex+++=++1500%281%2B0.05%29%5Ex+
Please help!!!

Found 2 solutions by scott8148, jsmallt9:
Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
dividing by 1000 ___ 1.1^x = 1.5 * 1.05^x

taking log ___ x * log(1.1) = log(1.5) + x * log(1.05)

subtracting [x * log(1.05)] ___ [x * log(1.1)] - [x * log(1.05)] = log(1.5)

factoring ___ x {[log(1.1)][log(1.05)]} = log(1.5)

dividing by {[log(1.1)][log(1.05)]} ___ x = log(1.5) / {[log(1.1)][log(1.05)]}

logs are on "scientific" calculators (there's one built into Windows), or in a table in a book

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
+1000%281%2B0.1%29%5Ex+++=++1500%281%2B0.05%29%5Ex+
It is often good to start by simplifying. Let's add the numbers in the parentheses:
+1000%281.1%29%5Ex+++=++1500%281.05%29%5Ex+

Next we can reduce the numbers by dividing both sides by 1000:
+%281.1%29%5Ex+++=++1.5%281.05%29%5Ex+

Now we will find the logarithm of each side. Any base of logarithm can be used but if you want a decimal approximation of the answer, then it would be best to choose a base your calculator "knows", base 10 or base e (ln). I'll use ln:
+ln%28%281.1%29%5Ex%29+++=++ln%281.5%281.05%29%5Ex%29+

For reasons you will soon see, we must use a property of logarithms, log%28a%2C+%28p%2Aq%29%29+=+log%28a%2C+%28p%29%29+%2B+log%28a%2C+%28q%29%29 to split the log on the right:
+ln%28%281.1%29%5Ex%29+++=++ln%281.5%29+%2B+ln%28%281.05%29%5Ex%29+

Now we use a property of logarithms, log%28a%2C+%28p%5Eq%29%29+=+q%2Alog%28a%2C+%28p%29%29, to move the exponents in the first and last logs out in front of each log. (This property is the very reason we use logarithms on equations like this. It allows us to bring the exponent, where the variable is, "down to earth" where we can use regular algebra to solve for it.) Note: We could use this property on ln(1.5(1.05)^x) because the exponent is just on the 1.05, not on the entire argument. This is why we split that log in the previous step.
+x%2Aln%281.1%29+++=++ln%281.5%29+%2B+x%2Aln%281.05%29+

Now that the x's are "out in the open", we solve for x. We'll start with gathering the terms with a variable on one side. Subtracting x*ln(1.05) from each side we get:
+x%2Aln%281.1%29+-+x%2Aln%281.05%29++=++ln%281.5%29+
Factoring out x we get:
+x%2A%28ln%281.1%29+-+ln%281.05%29%29++=++ln%281.5%29+
Dividing by (ln(1.1) - ln(1.05)) we get:
x+=+ln%281.5%29%2F%28ln%281.1%29+-+ln%281.05%29%29

This is an exact expression for the solution and it may be acceptable in this form. But we can do a little more simplifying. We can use log%28a%2C+%28p%29%29+-+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Fq%29%29 to combine the logs in the denominator:
x+=+ln%281.5%29%2Fln%281.1%2F1.05%29
Dividing out the fraction in the log in the denominator we get:
x+=+ln%281.5%29%2Fln%281.04761905%29
And, since the right side matches the pattern of the right side of the change of base formula, log%28a%2C+%28p%29%29+=+log%28b%2C+%28p%29%29%2Flog%28b%2C+%28a%29%29, we could simplify this even further:
x+=+log%281.04761905%2C+%281.5%29%29

In summary, we have three exact expressions for the answer:
  • x+=+ln%281.5%29%2F%28ln%281.1%29+-+ln%281.05%29%29
  • x+=+ln%281.5%29%2Fln%281.04761905%29
  • x+=+log%281.04761905%2C+%281.5%29%29

I'll let you decide which one to use. (The third one is simplest but the other two have the advantage that you can use a calculator to find a decimal approximation if needed or wanted.)