document.write( "Question 1173716: Find the total cost of the car if the installment plan is used.
\n" );
document.write( "Down Payment:$2,100
\n" );
document.write( "Monthly Payment:$425
\n" );
document.write( "Number of payments:24
\n" );
document.write( "Cost:? \n" );
document.write( "
Algebra.Com's Answer #799025 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "total cost = (down payment) + (number of months)*(monthly payment) \n" ); document.write( "total cost = (2100) + (24)*(425) \n" ); document.write( "total cost = 2100 + 10200 \n" ); document.write( "total cost = 12300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: $12,300 \n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |