document.write( "Question 30514: I need help with a linear function table. Here's the table:\r
\n" );
document.write( "\n" );
document.write( "x f(x)
\n" );
document.write( "-6 -15
\n" );
document.write( "1 -1
\n" );
document.write( "7 11
\n" );
document.write( "11 19\r
\n" );
document.write( "\n" );
document.write( "I tried to find the pattern for the y's and the x's so that I could find the slope, but it doesn't seem like there is a pattern. I need to write the rule for the linear equation. Can you help?\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #17182 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! you say it is a linear function, so in that case, we are looking for a \"times table\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Pick any 2 values of x... say 7 and 11. They differ by 4. Their F(x) values are 11 and 19, which differ by 8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, x increases by 4 whilst y increases by 8... looks like the 2 times table to me.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--> f(x) = 2x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, it isn't THE 2x table: 2,4,6,8,10,... etc, but it is this shifted.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, when x=7, f(x)=2x gives f(x)=14. Our function actually gives 11, so we need to subtract 3: f(x)= 2x-3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "CHECK: \n" ); document.write( "when x=-6 \n" ); document.write( "f(-6) = 2(-6) - 3 \n" ); document.write( "f(-6) = -12 - 3 \n" ); document.write( "f(-6) = -15... CORRECT\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You can then tell what the slope of the line is from y=2x-3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " |