document.write( "Question 1005213: After 4 years a tractor purchased for E58 500 has a resale value of E35 080. Find its annual rate of
\n" );
document.write( "depreciation. \n" );
document.write( "
Algebra.Com's Answer #622119 by fractalier(6550) You can put this solution on YOUR website! We use r for the rate of depreciation, such that (I am assuming that the depreciation is compounded...if not, 15% per year is the answer) \n" ); document.write( "35080 = 58500*(1-r)^4 \n" ); document.write( "Solve for r... \n" ); document.write( "(1-r)^4 = .6 \n" ); document.write( "1-r = .6^(.25) \n" ); document.write( "1-r = .88 \n" ); document.write( "r = .12 = 12% \n" ); document.write( " |