document.write( "Question 1174965: A customer purchases a television for $800 using a credit card. The interest is charged on any unpaid balance at the rate of 18% per year compounded monthly. If the customer makes no payment for one year, how much is owed at the end of the year? \n" ); document.write( "
Algebra.Com's Answer #800490 by Theo(13342)![]() ![]() You can put this solution on YOUR website! f = p * (1 + r) ^ n \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is he interest rate per time period \n" ); document.write( "is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this problem, the time periods are in months.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of months is 1 year * 12 = 12 months. \n" ); document.write( "the interest rate per month is 18% per year divided by 12 = 18/12% = 1.5% per month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 800 * (1 + .015) ^ 12 = 956.4945372.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the amount of money owed at the end of 1 year is 956.49 rounded to the nearest penny.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this formula, the rate is used, not the percent. \n" ); document.write( "rate = percent / 100.\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( " |