document.write( "Question 90700: Given the following two points, (-4, -2) & (-1, -5), develop an equation in the slope-intercept format \n" ); document.write( "
Algebra.Com's Answer #65839 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! SLOPE=(Y2-Y1)/(X2-X1) OR (-5+2)/(-1+4)=-3/3=-1 FOR THE SLOPE (m). \n" ); document.write( "NOW SUBSTITUTE ONE SET OF X & Y VALUES & SOLVE FOR THE Y INTERCEPT (b) \n" ); document.write( "-2=-1*-4+b \n" ); document.write( "-2=4+b \n" ); document.write( "b=-2-4 \n" ); document.write( "b=-6 THE LINE EQUATION IS: \n" ); document.write( "Y=-X-6 \n" ); document.write( " \n" ); document.write( " |