document.write( "Question 347306: Find the line that goes through the two points using slope-intercept method:
\n" );
document.write( "(-5,7) (-8,4) \n" );
document.write( "
Algebra.Com's Answer #248358 by checkley77(12844) ![]() You can put this solution on YOUR website! (-5,7) (-8,4) \n" ); document.write( "m=(y2-y1)/(x2-x1) \n" ); document.write( "m=(4-7)/(-8+5) \n" ); document.write( "m=-3/-3=1 ans. \n" ); document.write( "Y=mX+b \n" ); document.write( "Y=1X+b \n" ); document.write( "7=-5+b \n" ); document.write( "b=7+5 \n" ); document.write( "b=12 ans. for the Y intercept. \n" ); document.write( "Y=x+12 \n" ); document.write( " |