document.write( "Question 1129193: The price of a computer is decreasing at an exponential rate. In 1985, a desktop computer cost $2,500. The price of a comparable computer is decreasing by 3.5% every 2 years. During what year is the price of that comparable computer $1,200? \n" ); document.write( "
Algebra.Com's Answer #745748 by stanbon(75887) ![]() You can put this solution on YOUR website! The price of a computer is decreasing at an exponential rate. In 1985, a desktop computer cost $2,500. The price of a comparable computer is decreasing by 3.5% every 2 years. During what year is the price of that comparable computer $1,200? \n" ); document.write( "------ \n" ); document.write( "1200 = 2500(1-0.035)^(t/2) \n" ); document.write( "(12/25) = (0.0965)^(t/2) \n" ); document.write( "----- \n" ); document.write( "Take the log of both sides:: \n" ); document.write( "(t/2)*log(0.0965) = log(12/25) \n" ); document.write( "t/2 = -0.3188/-0.0155 = 20.6 \n" ); document.write( "time = 41.2 years \n" ); document.write( "Ans:: 1985+42 = 2027 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |