document.write( "Question 327599: find an equation of the line contaning the given pair of points
\n" );
document.write( "(-7,-5) and (-2,-1) the equation of the line in slop intercept from is y=? \n" );
document.write( "
Algebra.Com's Answer #234636 by G Nana(3)![]() ![]() ![]() You can put this solution on YOUR website! m= Y2-Y1/X2-X1 \n" ); document.write( "-1-(-5)/-2-(-7)= 4/5 Which is the slope. \n" ); document.write( "by the formula \n" ); document.write( "Y-Y1=m(X-X1) \n" ); document.write( "Y-(-5)= 4/5(X-(-7)) \n" ); document.write( "Y+5=4/5x+28/5 \n" ); document.write( "Y=4/5x+28/5- 5 \n" ); document.write( "Y=4/5x+28/5-25/5 \n" ); document.write( "Y=4/5x+3/5 \n" ); document.write( " |