document.write( "Question 121371: Find an equation of the line containing the given pair of points (-2, -9) and (-6, -7). Please show your steps. Thank you \n" ); document.write( "
Algebra.Com's Answer #89093 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! FIRST WE FIND THE SLOPE (m) \n" ); document.write( "M=(Y2-Y1)/(X2-X1)=(-7+9)/(-6+2)=2/-4=-1/2 IS THE SLOPE \n" ); document.write( "NOW REPLACE THE X & Y TERMS IN THE LINE EQUATION[Y=mX+b] & SOLVE FOR b. \n" ); document.write( "-9=-1/2*-2+b \n" ); document.write( "-9=1+b \n" ); document.write( "b=-9-1 \n" ); document.write( "b=-10 THE Y INTERCEPT. \n" ); document.write( "THUS THE LINE EQUATION IS: \n" ); document.write( "Y=-X/2-10 \n" ); document.write( " |