document.write( "Question 596915: assuming that the following tables are for linear functions, fill in the blank outputs and find formulas for these functions\r
\n" );
document.write( "\n" );
document.write( "Input Output I guessed
\n" );
document.write( "0 __ 4
\n" );
document.write( "1 __ 5.5
\n" );
document.write( "2 7
\n" );
document.write( "3 __ 8.5
\n" );
document.write( "4 10
\n" );
document.write( "5 __ 11.5
\n" );
document.write( "6 __ 13
\n" );
document.write( "Not sure if output is right if it is not sure how to get the formula \n" );
document.write( "
Algebra.Com's Answer #377951 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You have the correct outputs. As x increases by 2, then y increases by 3. So as x increases by 1, y increases by 1.5 (divide each value in half)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the slope is m = (Change in y)/(Change in x) = 1.5/1 = 1.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So m = 1.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The y-intercept is (0, 4)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the equation is y = 1.5x + 4\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: the equation above is in the form y = mx+b where m is the slope and (0, b) is the y-intercept.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You can check this by plugging in x = 2 to get y = 7. Also you can plug in x = 4 to get y = 10 \n" ); document.write( " |