document.write( "Question 65294: 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). \n" ); document.write( "
Algebra.Com's Answer #45868 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
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).
\n" ); document.write( "-------------------
\n" ); document.write( "value after one year = (original price-$2000)-10%(original price-2000)
\n" ); document.write( "=0.90(original price-2000)
\n" ); document.write( "-----------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );