document.write( "Question 36867: what is the function for all these number
\n" );
document.write( "-6,-5
\n" );
document.write( "-4,-4
\n" );
document.write( "-2,-3
\n" );
document.write( "0,-2
\n" );
document.write( "2,-1
\n" );
document.write( "4,0
\n" );
document.write( "6,1
\n" );
document.write( "8,2
\n" );
document.write( "they all have to have the same function
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #22646 by martinr(6)![]() ![]() ![]() You can put this solution on YOUR website! You need to find the slope and the y-intercept for this problem. \n" ); document.write( "The line is linear, if you were to graph the points, all the points will be on the same line (Straight line). \n" ); document.write( "Slope is the difference in y's over the difference is x's.\r \n" ); document.write( "\n" ); document.write( "I will use (-6, -5) (-4, -4) \n" ); document.write( "m = -4 - -5 = 1 \n" ); document.write( " -4 - -6 = 2 \n" ); document.write( "therfore the slope is m = 1/2 or .5. \n" ); document.write( "Next find the y-intecept. \n" ); document.write( "First choose one of the points (-6, -5). (Makes no difference). \n" ); document.write( "y = mx + b, substitute for x, y and m. \n" ); document.write( "-5 = (1/2)(-6) + b \n" ); document.write( "-5 = -3 + b (add three to both sides) \n" ); document.write( "b = -2 \n" ); document.write( "Therefore the equation of the line is y = (1/2)x + -2.\r \n" ); document.write( "\n" ); document.write( "You can use the same process for other points and if you really have a lot of time, you can use every combination of points and notice that they all have the same equation. \n" ); document.write( "Good luck. \n" ); document.write( " \n" ); document.write( " |