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)\"\" \"About 
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( "\"m+=+%28y%5B2%5D+-+y%5B1%5D%29%2F%28x%5B2%5D+-+x%5B1%5D%29\"
\n" ); document.write( "\"m+=+%2867681+-+100000%29%2F%283+-+0%29\"
\n" ); document.write( "\"m+=+%28-32319%29%2F%283%29\"
\n" ); document.write( "\"m+=+-10773\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the slope is \"m+=+-10773\" meaning that each year the value drops by $10,773\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The y intercept is \"b+=+100000\" because this is the starting value (at t = 0)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we go from \"y+=+mx%2Bb\" to \"y+=+-10773x%2B100000\"\r
\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 \"V%28t%29+=+-10773t%2B100000\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore the value function is \"V%28t%29+=+-10773t%2B100000\"\r
\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( "\"V%28t%29+=+-10773t%2B100000\"
\n" ); document.write( "\"V%280%29+=+-10773%2A0%2B100000\"
\n" ); document.write( "\"V%280%29+=+0%2B100000\"
\n" ); document.write( "\"V%280%29+=+100000\"
\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( "\"V%28t%29+=+-10773t%2B100000\"
\n" ); document.write( "\"V%283%29+=+-10773%2A3%2B100000\"
\n" ); document.write( "\"V%283%29+=+-32319%2B100000\"
\n" ); document.write( "\"V%283%29+=+67681\"
\n" ); document.write( "Which matches with the value after 3 years. So the answer is confirmed
\n" ); document.write( "
\n" );