document.write( "Question 960837: The value of a car depreciates 10% every year. It is valued @ $25,000 when it is brand new. Write a function for the value of the car. Assign variables. \n" ); document.write( "
Algebra.Com's Answer #587212 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The value of a car depreciates 10% every year. It is valued @ $25,000 when it is brand new. Write a function for the value of the car. Assign variables. \n" ); document.write( "--- \n" ); document.write( "Each year it is worth 90% of it's last year's value. \n" ); document.write( "---- \n" ); document.write( "V(x) = 25000*0.9^x \n" ); document.write( "V is value \n" ); document.write( "x is number of years \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |