
Tommy L. answered 11/19/20
Math and Science Instructor
The equation for calculating compounding interest is shown below:
A = P(1+r/n)nt
A = final amount
P = initial principle balance
r = interest rate
n = number of times interest is applied per time period
t = number of time periods passed
For this situation:
A = 50000(1+0.08/n)n*20
semi-annually: A = 50000(1+0.08/2)2*20 = ¥240051
monthly: A = 50000(1+0.08/12)12*20 = ¥246340
annually: A = 50000(1+0.08/1)1*20 = ¥233047
Clearly monthly interest is the best option.
To find the time to reach ¥150000, we will set up the equation and solve for t using logarithms.
150000 = 50000(1+0.05/12)12*t
3 = (1+0.05/12)12*t
log(3) = log((1+0.05/12)12*t)
log(3) = 12*t*log(1+0.05/12)
t = log(3)/12log(1+0.05/12)
t = 22 years