document.write( "Question 1190578: You want to buy a $35,000 car. The company is offering a 2% interest rate for 36 months (3 years). What will your monthly payments be? (Round up to the cents place.) \n" ); document.write( "
Algebra.Com's Answer #822280 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P = monthly payment \n" ); document.write( "L = loan amount = $35,000 \n" ); document.write( "i = interest rate per month = 0.02/12 = 0.0016666667 (approximate) \n" ); document.write( "n = number of months = 12*3 = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = (L*i)/( 1-(1+i)^(-n) ) \n" ); document.write( "P = (35,000*0.0016666667)/( 1-(1+0.0016666667)^(-36) ) \n" ); document.write( "P = 1,002.49025624712 \n" ); document.write( "P = 1,002.50\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: $1,002.50 \n" ); document.write( " \n" ); document.write( " |