document.write( "Question 303239: 2. Write the slope intercept from the equation that passes through the points (2,7) and (-1,-11). \n" ); document.write( "
Algebra.Com's Answer #217320 by texttutoring(324) You can put this solution on YOUR website! First use the equation for the slope of a line:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope = m = (y2-y1 / x2-x1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m = (-11 - 7 / -1 - 2) \n" ); document.write( "m = -18/-3 \n" ); document.write( "m=6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now use the equation of a line, y=mx+b. You now know m, and you know y and x from either of the two points (2,7) or (-1,-11)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=mx+b \n" ); document.write( "7=6*2 + b \n" ); document.write( "7=12+b \n" ); document.write( "7-12=b \n" ); document.write( "-5 = b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Putting it all together, with m=6 and b=-5, the equation of the line is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=6x-5 \n" ); document.write( " |