document.write( "Question 1054137: You want to buy a $20,000 car. The company is offering a 5% interest rate for 60 months (5 years). What will your monthly payments be? \n" ); document.write( "
Algebra.Com's Answer #669332 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
20000=payment*{(1-r/n)^nt-1}/(r/n)
\n" ); document.write( "r/n=0.05/12
\n" ); document.write( "nt=5*12=60
\n" ); document.write( "20000=P(1.00416667)^60)-1)/0.0041667, multiply both sides by 0.00416667
\n" ); document.write( "83.33=P(0.2833)
\n" ); document.write( "P=$294.09
\n" ); document.write( "
\n" ); document.write( "
\n" );