document.write( "Question 1107978: An automobile purchased for $39,000 is worth $25000 after 5 years. Assuming the car's value depreciate steadily from year to year, what was it worth at the end of the third year? \n" ); document.write( "
Algebra.Com's Answer #803144 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x = depreciation rate\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "39000(1 - x)^5 = 25000
\n" ); document.write( "x = 0.085, or 8.5%\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "At the end of the third year, x = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "39000(1 - 0.085)^3 = $29876.37
\n" ); document.write( "
\n" );