document.write( "Question 1191512: A laptop computer is purchased for $5000 . Each year, its value is 70% of its value the year before. After how many years will the laptop computer be worth 800 or less?
\n" );
document.write( "Write the smallest possible whole number answer. \n" );
document.write( "
Algebra.Com's Answer #823332 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P=$5000(0.70)^t, where t is number of years. so if t=0, at the beginning, it is worth $5000, and it is worth $3500 the first year. \n" ); document.write( "800=5000(0.70)^t \n" ); document.write( "divide by 5000 \n" ); document.write( "0.16=0.70^t \n" ); document.write( "log (0.16)=t log (0.70) \n" ); document.write( "t=log 0.16/log 0.70=5.14 years \n" ); document.write( "so it will be at 6 or more years \n" ); document.write( " \n" ); document.write( " |