document.write( "Question 1160346: A computer that was purchased for $1,200 is now worth $450. If it is depreciating at a rate of 9% per
\n" );
document.write( "year, how old is the computer? \n" );
document.write( "
Algebra.Com's Answer #783630 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A computer that was purchased for $1,200 is now worth $450. If it is depreciating at a rate of 9% per \n" ); document.write( "year, how old is the computer? \n" ); document.write( "------------------- \n" ); document.write( "Each year, it's worth 91% of the previous year, = 0.91 times as much. \n" ); document.write( "450 = 1200*(0.91)^y ---- y = years \n" ); document.write( "0.91^y = 450/1200 = 3/8 \n" ); document.write( "--- \n" ); document.write( "y*log(0.91) = log(3/8) \n" ); document.write( "y = log(0.375)/log(0.91) \n" ); document.write( "y =~ 10.4 years \n" ); document.write( " |