college level interest problem?

2009-05-20 10:42 pm
an amortization schedule that has 20 periods, the starting unpaid balance is $1000, the interest of the first period is $10.
Calculate the payment, interest, balance reduction and unpaid balance in the 15th period.

PMT No.__PMT__Interest__Balance reduction__Unpaid balance
0_____________________________$1000
1_______________$10
2
3
4
5
6
7
8
9
10
11
12
13
14
15 ? ? ? ?
16
17
18
19
20

回答 (1)

2009-05-21 7:23 am
✔ 最佳答案
Note: There will be small differences between my answers and the answers you may get from your book or teacher, due to intermediate rounding. I am rounding all results to 2 decimal places.

Let I(t) = interest paid in period t
B(t) = unpaid balance in period t
i = effective interest rate per payment period

Recall the formula

I(t) = B(t-1) * i
Rearranging terms, we get i = I(t) / B(t-1)

Therefore,
i = I(1) / B(0)
= 10 / 1000
= .01

So, i = .01

-----------------

a) finding the payment

I will assume that each payment is the same.

Recall the formula:

L = x * [1 - (1+i)^-n] / i, where

L = amount of loan
x = amount of level periodic payment
i = effective interest rate per payment period
n = number of payments

Then

1000 = x * (1 - 1.01^-20) / .01
x = 1000 * .01 / (1 - 1.01^-20)
x = 55.42

Therefore, the level payment is 55.42

---------------

b) finding the unpaid balance in the 15th period

A forward-looking formula (based on the future) for the balance at time t is

B(t) = present value of remaining payments

Therefore,
B(15) = 55.42 * (1 - 1.01^-5) / .01
= 268.98

Therefore, the unpaid balance in the 15th period is 268.98.

----------------------

c) finding the interest paid in the 15th period


Let K = amount of level payment
i = effective interest rate per payment period
n = number of payments

Then

I(t) = K * [1 - (1+i)^-(n-t+1)]

Therefore,

I(15) = 55.42 * [1 - 1.01^-(20-15+1)]
= 55.42 * (1 - 1.01^-6)
= 3.21
-----------------

d) finding the balance reduction (aka the principal repaid) in the 15th period

P(t) = K(t) - I(t)
= K - I(t)

Therefore,

P(15) = 55.42 - 3.21
= 52.21

Therefore, the balance reduction in the 15th period is 52.21.


收錄日期: 2021-05-03 17:30:26
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20090520144251AAkzeM2

檢視 Wayback Machine 備份