document.write( "Question 980104: the value of a machine depreciates according to the function f(x) = 20000(1/2)^x, where x is the time in years from the purchase of the machine. Find its value after 3 years \n" ); document.write( "
Algebra.Com's Answer #601313 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Plug in x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = 20,000(1/2)^x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(3) = 20,000(1/2)^3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(3) = 20,000(1/8)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(3) = 2,500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The value of the machine after 3 years is 2,500 \n" ); document.write( " |