document.write( "Question 984029: A machine depreciates in value each year by 8% of its value at the beginning of the year. After how many years will its value first be less than half its original value? \n" ); document.write( "
Algebra.Com's Answer #604826 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is basically an interest problem with the percentage negative. \n" ); document.write( "P=Po{1-0.08}^n \n" ); document.write( "But P/P0=0.5, since it will be half as much. \n" ); document.write( "0.5=1.08^n \n" ); document.write( "take ln of both sides \n" ); document.write( "0.693=n ln (1.08); ln (1.08)=0.07696 (rounded). \n" ); document.write( "Not rounding, \n" ); document.write( "divide by that. \n" ); document.write( "9.006 years (rounded) \n" ); document.write( "This is the rule of 72 in reverse. \n" ); document.write( " |