document.write( "Question 883415: A laptop computer is purchased for $2700. Each year its value decreases by 20%. After how many years will the laptop first be worth under $900? \n" ); document.write( "
Algebra.Com's Answer #533539 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
(1 - % decrease)^x = 900
\n" ); document.write( "where x is the number of years\r
\n" ); document.write( "\n" ); document.write( "2700*(0.80)^x = 900
\n" ); document.write( "divide each side by 2700
\n" ); document.write( "(0.80)^x = 900/2700
\n" ); document.write( "(0.80)^x = 1/3\r
\n" ); document.write( "\n" ); document.write( "Take log of each side
\n" ); document.write( "log((0.80)^x) = log(1/3)
\n" ); document.write( "x*log(0.80) = log(1/3)
\n" ); document.write( "divide each side by log(0.80)
\n" ); document.write( "x = log(1/3)/log(0.80) = 4.923..
\n" ); document.write( "Let's check 2700*(0.80)^4.923 = 900.69.. so we are close
\n" ); document.write( "In just under 4.93 years we will have a value under $900
\n" ); document.write( "
\n" );