document.write( "Question 1034980: What is the equation of the line passing through the points (2, –1) and (5, –10) in slope-intercept form? \n" ); document.write( "
Algebra.Com's Answer #649602 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Slope = y2 - y1/x2 - x1 = -10 -(-1)/5 - 2 \n" ); document.write( "slope = -9/3 = -3 \n" ); document.write( "Using line equation \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "where m = -3 and (a,b) = (2, -1) \n" ); document.write( "y - (-1) = -3(x - 2) \n" ); document.write( "y + 1 = -3x + 6 \n" ); document.write( "y = -3x + 6 - 1 \n" ); document.write( "y = -3x + 5 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |