document.write( "Question 1172953: Calculate the amount financed, the finance charge, and the monthly payments (in $) for the add-on interest loan. (Round your answers to the nearest cent.)\r
\n" );
document.write( "\n" );
document.write( "purchase price: $2,000
\n" );
document.write( "down payment: 15%
\n" );
document.write( "amount financed: $1700
\n" );
document.write( "add on interest: 13.25%
\n" );
document.write( "number of payments: 30
\n" );
document.write( "finance charge: ____
\n" );
document.write( "monthly payment: ______\r
\n" );
document.write( "\n" );
document.write( "I was able to get the amount finance but I'm having a hard time getting the finance charge and monthly payment. I tired I=PRT and put in 1700 x .1325 x 12 and got 2703 which was wrong. I just used 12 because of monthly payments.. \n" );
document.write( "
Algebra.Com's Answer #798093 by Theo(13342)![]() ![]() You can put this solution on YOUR website! if this is simple interest, the formula is: \n" ); document.write( "i = p * r * t \n" ); document.write( "i is the interest \n" ); document.write( "p is the principal \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( "it looks like the payments are per month, with the number of months = 30.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate per month would be 13.25% per year / 100 = .1325 per year / 12 = .0110416667 per month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula becomes i = 1700 * .0110416667 * 30 = 563.125.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's the finance charge.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "what is owed is 1700 + that = 2263.125\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the monthly charge is that / 30 = 75.4375.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "try those numbers. \n" ); document.write( "see how you do. \n" ); document.write( "let me know if that's correct or not. \n" ); document.write( "i'm assuming simple interest formula is what's applied for this problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "theo \n" ); document.write( " |