回复:回复:go ahead & post

本帖于 2004-02-06 15:24:48 时间, 由普通用户 old-cotton 编辑
回答: go ahead & post your questiontalia2003-09-26 21:28:00

It's the right formula, but you have a small error there. The 1 at the end of your formula means that you plan to keep 1 dollar after your last loan payment, which is probably not what you intended.

With regard to the clause "assuming constant payments and interest rate", it's indeed a needed clarification. Previously it gave you the annual rate 5%, which would be the rate compounded from the monthly rates, but did not say that the monthly rates would be identical until this point. Similarly, it stated that the payment would be monthly, but did not say that the payment each month would be identical until now. Making sense?

The answer should be:
=PMT(0.05/12,12,1100,0,0)
Assuming you start to payback at the end of the first month;

=PMT(0.05/12,12,1100,0,1)
Assuming you start to payback at the beginning of the first month (which does not make much sense in most cases)

Hope that helps and good luck.



--文学城www.wenxuecity.com--

所有跟帖: 

=PMT(0.05/12,12,11000,0,0) -talia- 给 talia 发送悄悄话 (131 bytes) () 09/27/2003 postreply 11:14:00

请您先登陆,再发跟帖!