document.write( "Question 1075880: A cell phone depreciates in value by 20% every year. If the initial cost of the phone is $250, what is the value of the phone after 6 years? Write the function to model this situation and solve.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690551 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! If a cell phone depreciates 20% every year, then its value is 80% of the year before. So, after t years we have: \n" ); document.write( "V(value)=250 x (.8)^t \n" ); document.write( "After 6 years, we have: \n" ); document.write( "V=250 x (.8)^6=250 x 0.262144=$65.536 as the value of the phone. ☺☺☺☺ \n" ); document.write( " |