document.write( "Question 611712: Find an equation of the line containing the given pair of points. (-1,-6) and (-7,-5) \n" ); document.write( "
Algebra.Com's Answer #385134 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! m=(-5--6)/(-7--1) \n" ); document.write( "m=1/-6 \n" ); document.write( "m=-1/6 \n" ); document.write( "--------------- \n" ); document.write( "y=mx+b \n" ); document.write( "-6=-1/6*-1+b \n" ); document.write( "-6=1/6+b \n" ); document.write( "-6/(1/6)=b \n" ); document.write( "b=-36 \n" ); document.write( "----------------- \n" ); document.write( "y=-1/6x-36 \n" ); document.write( " |