document.write( "Question 736940: Use the Amortization Formula to compute
\n" ); document.write( " a monthly car payment if L = $26,750 financed
\n" ); document.write( " over 48 months at 3.60% interest rate.\r
\n" ); document.write( "\n" ); document.write( " Payment = Loan (x 1 - 1
\n" ); document.write( " (1-(1+x)N)\r
\n" ); document.write( "\n" ); document.write( " Payment = L(x(1-1÷(1-(1+x)^N)))
\n" ); document.write( " Code for Symbols
\n" ); document.write( " r≡annual interest in decimal format
\n" ); document.write( " y≡number of payments to be made per year (integer)
\n" ); document.write( " N≡total number of payments to be made (integer)
\n" ); document.write( " L≡amount of Loan
\n" ); document.write( " x≡r÷y
\n" ); document.write( " ()≡(parentheses)
\n" ); document.write( " ^≡exponent caret
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #450093 by lynnlo(4176)\"\" \"About 
You can put this solution on YOUR website!
\n" ); document.write( "
\n" );