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 #526798 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! you have three points \n" ); document.write( "(2,1) \n" ); document.write( "(4,0) \n" ); document.write( "(6,-1) \n" ); document.write( "you have already mentioned the rise -1 (change in y) and the run +2 (change in x) \n" ); document.write( "rise over run = slope \n" ); document.write( "so the slope is -1/2 \n" ); document.write( "y=-1/2x+b \n" ); document.write( "0=-1/2*4+b \n" ); document.write( "0=-2+b \n" ); document.write( "b=2 \n" ); document.write( "y=-1/2x+2 \n" ); document.write( " \n" ); document.write( " |