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 #649603 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Couple of ways to do this...let's find the slope first...
\n" ); document.write( "slope m = (-10 - (-1)) / (5 - 2) = -9/3 = -3
\n" ); document.write( "Now plug into y = mx + b to find b...like this
\n" ); document.write( "-1 = -3(2) + b
\n" ); document.write( "b = 5
\n" ); document.write( "so that our line is
\n" ); document.write( "y = -3x + 5
\n" ); document.write( "
\n" );