document.write( "Question 1109126: The price of a new car is $12,000. Assume that an individual makes a down payment of 25% toward the purchase of the car and secures financing for the balance at the rate of 8%/year compounded monthly. (Round your answers to the nearest cent.)
\n" );
document.write( "(a) What monthly payment will she be required to make if the car is financed over a period of 60 months? Over a period of 72 months?
\n" );
document.write( "(b) What will the interest charges be if she elects the 60-month plan? The 72-month plan? \n" );
document.write( "
Algebra.Com's Answer #724141 by Theo(13342)![]() ![]() You can put this solution on YOUR website! price of the car is 12,000. \n" ); document.write( "down payment is 25%. \n" ); document.write( "finance rate is 8% compounded monthly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a) What monthly payment will she be required to make if the car is financed over a period of 60 months? Over a period of 72 months? \n" ); document.write( "(b) What will the interest charges be if she elects the 60-month plan? The 72-month plan?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using TI-BA-II, you would do the following:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for 60 month loan:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "PV = .75 * 12,000 = 9,000 \n" ); document.write( "FV = 0 \n" ); document.write( "I/Y = 8% / 12 \n" ); document.write( "N = 60 \n" ); document.write( "calculate PMT to get: \n" ); document.write( "PMT = 182.4875486 per month\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for 72 month loan:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "PV = .75 * 12,000 = 9,000 \n" ); document.write( "FV = 0 \n" ); document.write( "I/Y = 8% / 12 \n" ); document.write( "N = 72 \n" ); document.write( "calculate PMT to get: \n" ); document.write( "PMT = 157.7991655 per month\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the calculator:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the 9,000 is entered as positive because it's money that the bank gave to you. \n" ); document.write( "the monthly payment is shown as negative because it's money you gave to the bank.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with the 60 month loan, your payment is 182.4875486 per month. \n" ); document.write( "multiply this payment by 60 months and the total you paid to the bank is 10,949.25292. \n" ); document.write( "subtract 9,000 from this, and the interest you paid is 1,949.252916.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with the 72 month loan, your payment is 157.7991655 per month. \n" ); document.write( "multiply this payment by 72 months and the total you paid to the bank is 11,361.53992. \n" ); document.write( "subtract 9,000 from this, and the interest you paid is 2,361.539917.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rounded to 2 decimal places, you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 month loan pays 182.49 per month with total interest of 1,949.25. \n" ); document.write( "72 month loan pays 157.80 per month with total interest of 2,361.54.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can do this with formulas as well. \n" ); document.write( "the formula you would use is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ANNUITY FOR A PRESENT AMOUNT WITH END OF TIME PERIOD PAYMENTS \r \n" ); document.write( "\n" ); document.write( "a = (p*r)/(1-(1/(1+r)^n)) \r \n" ); document.write( "\n" ); document.write( "a is the annuity. \n" ); document.write( "p is the present amount. \n" ); document.write( "r is the interest rate per time period. \n" ); document.write( "n is the number of time periods. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this formula was taken from https://www.algebra.com/algebra/homework/Finance/THEO-2016-04-29.lesson#f9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using this formula on the 60 month loan, a = (p*r)/(1-(1/(1+r)^n)) becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = (9000*.08/12)/(1-(1/(1+.08/12)^60)), resulting in: \n" ); document.write( "a = 182.4875486.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using this formula on the 72 month loan, a = (p*r)/(1-(1/(1+r)^n)) becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = (9000*.08/12)/(1-(1/(1+.08/12)^72)), resulting in: \n" ); document.write( "a = 157.7991655.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you enter the interest rate as a rate, not a percent. \n" ); document.write( "8% divided by 100 = .08.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you need to make sure you enter the parentheses in your calculator exactly as shown. \n" ); document.write( "otherwise, you may not be able to duplicate the answer that the financial calculator gave you.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you wish to do this using an online financial calculator, then one such calculator that can be used is found at https://arachnoid.com/finance/\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that calculator works the same as the TI-BA-II, but it does some rounding on the inputs and outputs, so the answer is less detailed as with the TI-BA-II.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using that calculator, i got:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 month loan monthly payment is 182.49 \n" ); document.write( "72 month loan monthly payment is 157.80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "calculating total interest based on that result, i would have gotten.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total interest on 60 month loan is 60 * 182.49 - 9000 = 19,49.40 \n" ); document.write( "total interest on 72 month loan is 72 * 157.80 - 9000 = 2,361.60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference between that and what i got above using the TI-BA-II is intermediate rounding of results.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |