document.write( "Question 22900: A car is purchased for $22,500. The value of the car decreases by $3,200 per year for the first seven years. Write a function V that describes the value of the car after t years, where . Then find and interpretV(3) \n" ); document.write( "
Algebra.Com's Answer #11494 by eclecticist(12)\"\" \"About 
You can put this solution on YOUR website!
V(t) = -3200t + 22500
\n" ); document.write( "-3200 is the slope, as that is how much the value is decreased by every year.
\n" ); document.write( "22500 is set as the y-intercept, because when t = 0, which means no time has elapsed yet, the value of the car is 22500.
\n" ); document.write( "V(3) = -3200(3) + 22500
\n" ); document.write( " = 12900
\n" ); document.write( "
\n" );