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)\"\" \"About 
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( "\"+graph%28+300%2C+200%2C+-10%2C+5%2C+-10%2C+15%2C+x+%2B12%29+\" (graph 300x200 pixels, x from -10 to 5, y from -10 to 15, x +12).
\n" ); document.write( "
\n" );