document.write( "Question 65307: The value of a certain make of car depreciates $2000 when you drive it off the lot and 10% a year thereafter... Write a function for the value of the car after one year dependent upon the original new price (p)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #45856 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! p - 2000 is the value driving off the lot. \n" ); document.write( ".9(p - 2000) is the value after one year \n" ); document.write( " |