document.write( "Question 174831This question is from textbook
\n" );
document.write( ": Find an equation in slope-intercept form for the line that passes through (-3,1)and (-2,-3). \n" );
document.write( "
Algebra.Com's Answer #129899 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Slope of a line between two points is: \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( ". \n" ); document.write( "So, the two given in your problem is: \n" ); document.write( "(-3,1)and (-2,-3) \n" ); document.write( "plugging it in we get: \n" ); document.write( "m = (-3-1)/(-2-(-3)) \n" ); document.write( "m = (-4)/(-2+3) \n" ); document.write( "m = (-4)/(1) \n" ); document.write( "m = -4 \n" ); document.write( ". \n" ); document.write( "Now, using the \"point slope\" form of an equation: \n" ); document.write( "y - y1 = m(x-x1) \n" ); document.write( "Using one of the two points provided along with the calculated slope: \n" ); document.write( "y - 1 = -4(x-(-3)) \n" ); document.write( "y - 1 = -4(x+3) \n" ); document.write( "y - 1 = -4x - 12 \n" ); document.write( "y = -4x - 11 (this is what they're looking for)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |