SOLUTION: The formula for an investment worth with interest compounded annually is A=P(1+i)^n, where P represents the initial investment, i is the interest rate, and A is the worth of the in

Algebra ->  Customizable Word Problem Solvers  -> Finance -> SOLUTION: The formula for an investment worth with interest compounded annually is A=P(1+i)^n, where P represents the initial investment, i is the interest rate, and A is the worth of the in      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1203599: The formula for an investment worth with interest compounded annually is A=P(1+i)^n, where P represents the initial investment, i is the interest rate, and A is the worth of the investment after n years.
a) Rearrange the formula for P. What was the initial investment of an investment worth $1000 that compounded 10% interest for 10 years?
b) Rearrange the formula for i. What is the interest rate of an investment whose worth went from $1000 to $1200 in 2 years?
c) Explain a method with which you could estimate how many years it would take for an investment to reach a certain worth at a certain interest rate.
d) Estimate how many years would it take an investment of $2100 at 20% interest to reach a worth of $5225?



Found 2 solutions by MathLover1, Theo:
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

The formula for an investment worth with interest compounded annually is
A=P%281%2Bi%29%5En
where+P represents the initial investment,+i+is the interest rate, and A+is the worth of the investment after n years.

a) Rearrange the formula for+P. What was the initial investment of an investment worth $1000 that compounded 10% interest for+10 years?
A=P%281%2Bi%29%5En
P=A%2F%281%2Bi%29%5En

if
A=1000
i=10%=0.10
n=10
P=1000%2F%281%2B0.10%29%5E10
P=385.54

b) Rearrange the formula for+i. What is the interest rate of an investment whose worth went from $1000 to $1200 in 2+years?

A=P%281%2Bi%29%5En
A%2FP=%281%2Bi%29%5En
root%28n%2CA%2FP%29=1%2Bi
+i=root%28n%2CA%2FP%29-1

if
P=1000+
A=1200
n+=2 years

+i=root%282%2C1200%2F1000%29-1
+i=root%282%2C12%2F10%29-1
+i=root%282%2C6%2F5%29-1
+i=1.096-1
+i=0.095445 or i=9.5445%

c) Explain a method with which you could estimate how many years it would take for an investment to reach a certain worth at a certain interest rate.

The Rule of 72 is a calculation that estimates the number of years it takes to double your money at a specified rate of return.
for example
$100 at 10% will double to $200+in: 72%2F10=7.2 years

d) Estimate how many years would it take an investment of $2100 at+20% interest to reach a worth of $5225?

Note: We don't have to "estimate" but will solve it exactly!!!

to reach a worth of $5225+will be
5225=2100%281%2B0.20%29%5En
n4.9995+
n5+years


Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
The formula for an investment worth with interest compounded annually is A=P * (1 + i)^n, where P represents the initial investment, i is the interest rate, and A is the worth of the investment after n years.

a) Rearrange the formula for P. What was the initial investment of an investment worth $1000 that compounded 10% interest for 10 years?

start with A = P * (1 + i) ^ n.
divide both sides of the equation by (1 + i) ^ n to get:
A / ((1 + i) ^ n) = P
switch sides to get:
P = A / ((1 + i) ^ n)
when A = 1000 and i = 10% interest copounded for 10 years, the formula becomes:
P = 1000 / ((1 + .10) ^ 10 = 385.5432894.
that's your solution.
by replacing P with that in the original equation and appling 10% compounded yearly to it for 10 years to get:
A = 385.5432894 * (1 + .10) ^ 10 = 1000.
this confirms that P was calculated correctly.


b) Rearrange the formula for i. What is the interest rate of an investment whose worth went from $1000 to $1200 in 2 years?

A = P * (1 + i) ^ n becomes:
1200 = 1000 * (1 + i) ^ 2
divide both sides of the equation by 1000 to get:
1.2 = (1 + i) ^ 2
take the square root of both sides of the equation to get:
1.2 ^ (1/2) = 1 + i
subtract 1 from both sides of the equation to get:
1.2 ^ (1/2) - 1 = i
simplify to get:
.095445115
that's your interest rate.
confirm by replacing i in the original equation and solving for A to get:
A = 1000 * (1 + .095445115) ^ 2 = 1200.
this confirms that the value of i is correct.

c) Explain a method with which you could estimate how many years it would take for an investment to reach a certain worth at a certain interest rate.

the general formula is A = P * (1 + i) ^ n
you know A and you know P and you know i, but you don't know n.
you would use logarithms to find the value of n as follows.
you would divide both sides of the equation by P to get:
A/P = (1 + i) ^ n
you would take the log of both sides of this equation to get:
log(A/P) = log((1+i)^n)
by rule of logs, this becomes:
log(A/P) = n * log(1 + i)
you would divide both sides of the equation by log(1 + i) to get:
log(A/P) / log(1 + i) = n

d) Estimate how many years would it take an investment of $2100 at 20% interest to reach a worth of $5225?
A = P * (1 + i) ^ n becomes:
5225 = 2100 * (1 + .2) ^ n.
simplify to get:
5225 = 2100 * 1.2 ^ n
divie both sides of the equation by 2100 to get:
5225/2100 = 1.2 ^ n
take the log of both sides of the equation to get:
log(5225/2100) = log(1.2^n)
by rule of logs, this becomes:
log(5225/2100) = n * log(1.2)
divide both sides of the equation by log(1.2) to get:
log(5225/2100) / log(1.2) = n
solve for n to get:
n = 4.999504552.
replace n in the oiginal equation with that and solve for A to get:
A = 2100 * 1.2 ^ 4.999504552 = 5225, confirming the value of n is good.

note that the log rule that allows this is log(b^a) = a * log(b).