document.write( "Question 208238: Find the equation of the line through the points (4, -1) and (2, -7). Write the equation in standard form with only integers \n" ); document.write( "
Algebra.Com's Answer #157539 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (4, -1) and (2, -7). \n" ); document.write( "Y=mX+b \n" ); document.write( "m=(Y2-Y1)/(X2-X1)=(-7+1)/(2-4)=-6/-2=3 FOR THE SLOPE. \n" ); document.write( "-1=3*4+b \n" ); document.write( "-1=12+b \n" ); document.write( "b=-12-1 \n" ); document.write( "b=-13 ANS. FOR THE Y INTERCEPT. \n" ); document.write( "Y=3X-13 is the line formula. \n" ); document.write( " |