document.write( "Question 1041797: a man borrowed 120,000 and promised to pay annually for 5 years. the payment start at \"x\" pesos. the man intends to increase his payments by 5000 at the end of each successive year. if the interest rate is 8% compounded annually, how much will the first payment be? \n" ); document.write( "
Algebra.Com's Answer #657166 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the man borrows 120,000 pesos. \n" ); document.write( "the interest rate is 8% per year compounded annually.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the present value of all his payments must be equal to 120,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since it's not the same payment each year, you will need to look at each year separately.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your payments at the end of each year will be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "end of year 1 = x \n" ); document.write( "end of year 2 = x + 5000 \n" ); document.write( "end of year 3 = x + 10000 \n" ); document.write( "end of year 4 = x + 15000 \n" ); document.write( "end of year 5 = x + 20000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the present value of these payments needs to be equal to 120,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the present value of each of these payments will be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "present value of first payment = x / 1.08 \n" ); document.write( "present value of second payment = (x + 5000) / 1.08^2 \n" ); document.write( "present value of third payment = (x + 10000) / 1.08^3 \n" ); document.write( "present value of fourth payment = (x + 15000) / 1.08^4 \n" ); document.write( "present value of fifth payment = (x + 20000) / 1.08^5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these can be made equivalent to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the present value of: \n" ); document.write( "x/1.08 + x/1.08^2 + x/1.08^3 + x/1.08^4 + x/1.08^5 = first part. \n" ); document.write( "plus: \n" ); document.write( "the present value of 5000/1.08^2 + 10000/1.08^3 + 15000/1.08^4 + 20000/1.08^4 = second part.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sum of the first part and the second part must be equal to 120,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second part can be calculated easily to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the present value of the second part = 36862.12824.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 120,000 = the sum of the first part and the second part, then you get 120,000 = the first part + 36862.12824.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for the first part to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "first part = 120,000 - 36862.12824 = 83137.87176\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "83137.87176 = x/1.08 + x/1.08^2 + x/1.08^3 + x/1.08^4 + x/1.08^5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if we factor out the x, we get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "83137.87176 = x * (1/1.08 + 1/1.08^2 + 1/1.08^3 + 1/1.08^4 + 1/1.08^5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify this to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "83137.87176 = x * 3.992710037\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x to get x = 83137.87167 / 3.992710037 = 20822.41658\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of x is equal to 20822.41658.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first payment will be 20822.41658. \n" ); document.write( "the second payment will be 25822.41658. \n" ); document.write( "the third payment will be 30822.41658. \n" ); document.write( "the fourth payment will be 35822.41658. \n" ); document.write( "the fifth payment will be 40822.41658.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the present value of all these payments at 8% per year will be 120,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the last payment is 40822.41658.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first payment is 20822.41658.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you recognized that:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "83137.87176 = x/1.08 + x/1.08^2 + x/1.08^3 + x/1.08^4 + x/1.08^5 is equivalent to a stream of equal payments at an interest rate of .08 per year, then you could have used an annuity calculator to solve for x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would have entered:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "present value - 83137.87176 \n" ); document.write( "future value = 0 \n" ); document.write( "interest rate per year = 8% \n" ); document.write( "number of years = 5 \n" ); document.write( "payments are made at the end of each period. \n" ); document.write( "the calculator would have told you that the payment is equal to 20822.42.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one such online calculator you can use can be found at this link. \n" ); document.write( "http://arachnoid.com/finance/index.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "my inputs and results from the use of that calculator are shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for purposes of this analysis, disregard the sign of the result.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |