document.write( "Question 1168513: Kent sold his car to Carolyn for $1,000 down and monthly payments of $120.03 at the end of every month for 3 1/2 years. The interest rate charged is 12%, compounded monthly. What was the selling price of the car?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #851564 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's break down this problem step by step to find the selling price of the car.\r \n" ); document.write( "\n" ); document.write( "**1. Understand the Problem**\r \n" ); document.write( "\n" ); document.write( "* Kent sold his car to Carolyn. \n" ); document.write( "* Down payment = $1,000 \n" ); document.write( "* Monthly payments = $120.03 \n" ); document.write( "* Payment period = 3.5 years \n" ); document.write( "* Interest rate = 12% per year, compounded monthly\r \n" ); document.write( "\n" ); document.write( "**2. Calculate the Number of Payments**\r \n" ); document.write( "\n" ); document.write( "* Number of years = 3.5 \n" ); document.write( "* Number of months = 3.5 * 12 = 42 payments\r \n" ); document.write( "\n" ); document.write( "**3. Calculate the Monthly Interest Rate**\r \n" ); document.write( "\n" ); document.write( "* Annual interest rate = 12% = 0.12 \n" ); document.write( "* Monthly interest rate (r) = 0.12 / 12 = 0.01\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the Present Value of the Monthly Payments**\r \n" ); document.write( "\n" ); document.write( "We need to find the present value (PV) of the annuity (monthly payments). The formula for the present value of an ordinary annuity is:\r \n" ); document.write( "\n" ); document.write( "PV = PMT * [1 - (1 + r)^-n] / r\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* PV = Present value of the annuity \n" ); document.write( "* PMT = Monthly payment = $120.03 \n" ); document.write( "* r = Monthly interest rate = 0.01 \n" ); document.write( "* n = Number of payments = 42\r \n" ); document.write( "\n" ); document.write( "PV = 120.03 * [1 - (1 + 0.01)^-42] / 0.01 \n" ); document.write( "PV = 120.03 * [1 - (1.01)^-42] / 0.01 \n" ); document.write( "PV = 120.03 * [1 - 0.65584] / 0.01 \n" ); document.write( "PV = 120.03 * 0.34416 / 0.01 \n" ); document.write( "PV = 120.03 * 34.416 \n" ); document.write( "PV ≈ 4131.05\r \n" ); document.write( "\n" ); document.write( "**5. Calculate the Selling Price**\r \n" ); document.write( "\n" ); document.write( "The selling price is the sum of the down payment and the present value of the monthly payments.\r \n" ); document.write( "\n" ); document.write( "Selling price = Down payment + PV \n" ); document.write( "Selling price = $1,000 + $4,131.05 \n" ); document.write( "Selling price = $5,131.05\r \n" ); document.write( "\n" ); document.write( "**Therefore, the selling price of the car was approximately $5,131.05.** \n" ); document.write( " \n" ); document.write( " |