document.write( "Question 1121180: How would I go about solving this question?\r
\n" );
document.write( "\n" );
document.write( "A construction company pays $12,000 for a truck. The truck depreciates at a constant rate of 20% yearly. How long will it take for the truck to be worth $7200.\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #736943 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 7200=12000(1-.0.20)^n, where n is the number of years. \n" ); document.write( "0.6=0.80^n \n" ); document.write( "logs of both sides \n" ); document.write( "-0.2218=n log 0.80=n*-0.0969 \n" ); document.write( "divide both sides by -0.0969 \n" ); document.write( "=2.29 years \n" ); document.write( "Rough check \n" ); document.write( "after 1 year, truck is worth $12000*0.8=$9600 \n" ); document.write( "after 2 years, it is worth $9600*0.8=$7680 \n" ); document.write( "after 3 years, it is worth $7680*0.8=$6144. The answer above is reasonable. \n" ); document.write( " |