document.write( "Question 872948: If i purchase a car for 22395.00 interest rate is 4.09% what is the amount of payments for 48 months using this formular. A=p(1+r/n)nt A=loan amount P=price N=number of months R=interest rate
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #804614 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! P = $22395 \n" ); document.write( "R = 4.09% \n" ); document.write( "n = 48 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = P(1 + r/n)^(nt) \n" ); document.write( "= (22395)(1 + 4.09/48)^(48) \n" ); document.write( "= $26368.22 \n" ); document.write( " |