document.write( "Question 1087082: The depreciated value V of a machine is a linear function of time t in years. A machine that is purchased for $100000 today will be worth approximately $67681 in 3 years. Write the linear function V(t) that represents the value of the machine at a given time t.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #701364 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The value today is V = 100000 dollars when the time is t = 0, which is the starting time value. \n" ); document.write( "The value in 3 years, when t = 3, is V = 67681 dollars\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we have two ordered pairs (0,100000) and (3,67681). I'm going to treat t as x, and treat V as y. So each ordered pair goes from the form (t,V) to (x,y). Using the (x,y) form we can use the slope formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First point = (x1,y1) = (0,100000) \n" ); document.write( "Second point = (x2,y2) = (3,67681) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the slope is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The y intercept is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we go from \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The last thing to do is replace x with t and replace y with V(t) to get \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore the value function is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's check the function. Plug t = 0 into the function to get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So that matches with the fact the initial value is $100,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now plug in t = 3 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Which matches with the value after 3 years. So the answer is confirmed \n" ); document.write( " |