document.write( "Question 749093: What is the equation of the line that goes through the points (-1, 3) and (4, -7) in general form? \n" ); document.write( "
Algebra.Com's Answer #455780 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Gradient = y2 - y1/ x2 - x1 => -7 - 3/4 - (-1)
\n" ); document.write( " = - 10/5 = -2
\n" ); document.write( "Using y - b = m(x - a) and coords (4, -7)
\n" ); document.write( " y - (-7) = -2(x - 4)
\n" ); document.write( " y + 7 = -2x + 8
\n" ); document.write( " y = -2x + 8 - 7
\n" ); document.write( " y = -2x + 1
\n" ); document.write( "
\n" );