document.write( "Question 1157525: Function that gives a car's value, V(t), t years after it's sold. A car sells for $5000 and loses 1/10 of its value each year. \n" ); document.write( "
Algebra.Com's Answer #781980 by Amily_2190(27) ![]() You can put this solution on YOUR website! Explanation: \n" ); document.write( "-The car loses 1/10 of its value each year, so this means that only 9/10 of the value remains. \n" ); document.write( "-Every year, you have to find 9/10 of the value of the car in the previous year to determine the value of the car of the current year. \n" ); document.write( "For example, \n" ); document.write( "V(0)= 5000 \n" ); document.write( "V(1)= 5000(9/10) \n" ); document.write( "V(2)=(5000(9/10))*(9/10) \n" ); document.write( "V(3)=(5000*9/10)(9/10)(9/10) \n" ); document.write( "These equations translate to V(t)=5000(9/10)^t because \n" ); document.write( "V(2)=5000(9/10)*(9/10)=5000(9/10)^2 \n" ); document.write( "V(3)=5000(9/10)(9/10)(9/10)=5000(9/10)^3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: \n" ); document.write( "V(t)= 5000(9/10)^t \n" ); document.write( " |