回複:回複: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

請您先登陸,再發跟帖!