document.write( "Question 1131805: A bus was purchased for $90,000. Assuming that the bus depreciates at a rate of $5,000 per year (straight-line depreciation) for the first 10 years, write the value v of the bus as a function of the time t (measured in years) for
\n" );
document.write( "0 ≤ t ≤ 10.
\n" );
document.write( "v(t) =____, 0 ≤ t ≤ 10 \n" );
document.write( "
Algebra.Com's Answer #748483 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! v(t)=90000-5000t, 0<=t<=10 \n" ); document.write( " |