document.write( "Question 389262: You buy a used truck for $10,000. It depreciates at the rate of 18%
\n" );
document.write( "each year for 5 years. Find the value of the truck after 5 years.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #275811 by techno(3)![]() ![]() ![]() You can put this solution on YOUR website! We have, the price of the truck at the beginning of the first year, P= $10,000 \n" ); document.write( "After the first year, it depreciated by 18%. \n" ); document.write( "So after 1 year, the price P1 = P*(1- (18/100) \n" ); document.write( "After 2 years, the price P2 = P*(1- 2*(18/100) \n" ); document.write( "Similarly at the end of 5th year, price P5 = P*(1- 5*(18/100) = $10,000*(1-0.9) \n" ); document.write( " = $10,000*0.1 = $1000 \n" ); document.write( " |