document.write( "Question 1023605: What is the equation of the line that passes through the points (-1,3), and (0,1)? \n" ); document.write( "
Algebra.Com's Answer #639099 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Gradient = y2 - y1/x2 - x1 \n" ); document.write( "Gradient = 1 - 3/0 -(-1) \n" ); document.write( "Gradient = -2/1 \n" ); document.write( "Gradient = -2 \n" ); document.write( "Using line equation y - b = m(x - a) \n" ); document.write( "m = -2 (a,b) = (-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( "Hope this helps :-) \n" ); document.write( " |