Solve Annuity Word Problem: Debt of $82423.55

AI Thread Summary
The discussion focuses on calculating the outstanding debt of a business making annual payments of $8,000 at a 5.5% interest rate, with a final payment of $5,000 due at the end of the 16th year. The initial approach incorrectly applied the annuity formula and multiplied by (1+i), leading to confusion about the present value calculations. The correct method involves calculating the present value of the 15 remaining payments and separately determining the present value of the final $5,000 payment, which should not use the annuity formula. The final present value is achieved by summing these two components, resulting in the total outstanding debt of $82,423.55. Accurate understanding of present value principles is crucial for solving such financial problems.
jackscholar
Messages
73
Reaction score
0

Homework Statement


A business is paying off a debt by paying an installment of $8000 at the end of each year. Interest is being charged at 5.5%. What is the outstanding debt if the business has just paid an installment and there remain 15 further installments of $8000 and a final repayment of $5000 at the end of the 16th year.


The Attempt at a Solution


Originally I thought this to be a future value problem but I realized it was a present value problem. I used the Present value annuity equation:

P.V.=[(1-(1+i)^-n)/i]*R, where R=8000
Where i is 0.055 and n=15
This gave me a present annuity factor of 10.0375... which was then multiplied by 8000 to give $80300.64. Then I believe because this is annuity due it has to be multiplied by 1+i, which gives $84717.18. Then the last payment of $5000 has to be made. This should have interest calculated on it shouldn't it? If so then it is $5275. This should be subtracted from the value found. This gives $79442.18. The answer is $82423.55 apparently. So where did I go wrong?
 
Physics news on Phys.org
jackscholar said:

Homework Statement


A business is paying off a debt by paying an installment of $8000 at the end of each year. Interest is being charged at 5.5%. What is the outstanding debt if the business has just paid an installment and there remain 15 further installments of $8000 and a final repayment of $5000 at the end of the 16th year.


The Attempt at a Solution


Originally I thought this to be a future value problem but I realized it was a present value problem. I used the Present value annuity equation:

P.V.=[(1-(1+i)^-n)/i]*R, where R=8000
Where i is 0.055 and n=15
This gave me a present annuity factor of 10.0375... which was then multiplied by 8000 to give $80300.64. Then I believe because this is annuity due it has to be multiplied by 1+i, which gives $84717.18. Then the last payment of $5000 has to be made. This should have interest calculated on it shouldn't it? If so then it is $5275. This should be subtracted from the value found. This gives $79442.18. The answer is $82423.55 apparently. So where did I go wrong?
Mutliplying by 1+i was incorrect. You already correctly calculated the present value of the 15 payments of $8000. The present value of the $5000 payment at the end of year 16 has to be added to get the total present value of the future payments. What is the present value of the $5000 final payment at the end of year 16?
 
Would that be used in the present value annuity equation where n=1 like so..
P.V.=5000*(1-(1.055)^-1)/0.055?
 
jackscholar said:
Would that be used in the present value annuity equation where n=1 like so..
P.V.=5000*(1-(1.055)^-1)/0.055?

Forget about using annuity formulas if you do not fully understand them; just proceed from first principles. For an interest rate of 100r %, the PV of $1 received 1 year from now is 1/(1+r) ($). The future value of $1 in one year from now is (1+r) ($). For n periods in the future, the PV is 1/(1+r)^n and the FV is (1+r)^n. For a stream of payments the PVs and FVs are the sum of the separate PV or FV values of the different payments. You could, if you wanted to, express the FV or PV of a steady stream of payments as the sum of a geometric series and use the corresponding summation formulas, but it is often easier to just do the computations directly, without using any formulas; for example, in spreadsheet computations, the direct approach is easiest (and, in some cases, more accurate! because it avoids subtractive roundoff errors).
 
jackscholar said:
Would that be used in the present value annuity equation where n=1 like so..
P.V.=5000*(1-(1.055)^-1)/0.055?
No. The $5000 is a single payment paid out 16 years from now. So you don't use the annuity equation. Its present value is simply $5000/(i+1)16. Try that in your solution, and you will see that your results match the "answer".

Chet
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top