document.write( "Question 873332: Hi, I am trying to find the function rule for the following table: x: 2, 4, 6 y: 1, 0, -1. I know that it is x+2 and that the y's are decreasing by 1 each time, but I'm having a hard time finding a function rule that works for each x, y pair. \n" ); document.write( "
Algebra.Com's Answer #526800 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
This a line and note that the standard form for a line is y = mx + b, where m is the slope and b is the y intercept
\n" ); document.write( "m = (Y2 - Y1) / (x2 - X1) = (0 - 1) / (4 - 2) = -1/2
\n" ); document.write( "so far we have
\n" ); document.write( "y = -x/2 + b
\n" ); document.write( "let's use the point (4, 0)
\n" ); document.write( "0 = -4/2 + b
\n" ); document.write( "b = 2
\n" ); document.write( "our function is
\n" ); document.write( "f(x) = -x/2 + 2
\n" ); document.write( "
\n" ); document.write( "
\n" );