document.write( "Question 755307: Write the slope intercept from of the equation that passes through the points (2,7) and (-1,-11) \n" ); document.write( "
Algebra.Com's Answer #459573 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
gradient -> m -> y2 - y1/x2 - x1
\n" ); document.write( "-11 -7/-1 -2 = -18/-3 = 6
\n" ); document.write( "Using formula: y - b =m(x - a)
\n" ); document.write( " using (2, 7) m = 6
\n" ); document.write( " y - 7 = 6(x - 2)
\n" ); document.write( " y - 7 = 6x - 12
\n" ); document.write( " y = 6x - 12 + 7
\n" ); document.write( " y = 6x - 5
\n" ); document.write( "Hope this helps
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );