document.write( "Question 981786: Glenn bought a car for Php600,000. The yearly depreciation of his car is
\n" );
document.write( "10% of its value at the start of the year. What is its value after 4 years? \n" );
document.write( "
Algebra.Com's Answer #602788 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "100% - 10% = 90% \n" ); document.write( "90% = 90/100 = 0.9 \n" ); document.write( "This is your depreciation factor \n" ); document.write( "the power it is raised to is the number of years = 4 \n" ); document.write( "Php 600,000 x 0.9^4 \n" ); document.write( "= Php 393660 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |