document.write( "Question 748547: find the slope intercept form of the equation of the line which passes through the point (-1,3) and has a slope of -2 \n" ); document.write( "
Algebra.Com's Answer #455534 by Cromlix(4381) You can put this solution on YOUR website! Using y - b = m(x - a) \n" ); document.write( " m= -2 . (-1,3) \n" ); document.write( " y - 3 = -2(x -(-1)) \n" ); document.write( " y - 3 = -2(x + 1) \n" ); document.write( " y - 3 = -2x - 2 \n" ); document.write( " y = -2x - 2 + 3 \n" ); document.write( " y = -2x + 1 \n" ); document.write( " |