document.write( "Question 766971: find the gradient of the line that goes through (-3,-5) and (-1,-7). and hence, find the equation of this traight line. \n" ); document.write( "
Algebra.Com's Answer #467371 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Using equation: y2 - y1/x2 - x1 \n" ); document.write( "-7 -(-5)/-1 - (-3) \n" ); document.write( "-2/2 = -1 (gradient) \n" ); document.write( "Using equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "a = -5 b = -3 m = -1 \n" ); document.write( "y - (-3)= -1(x - (-5)) \n" ); document.write( "y + 3 = -1(x + 5) \n" ); document.write( "y + 3 = -x - 5 \n" ); document.write( "y = -x - 5 - 3 \n" ); document.write( "y = -x - 8 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |